summaryrefslogtreecommitdiffstats
path: root/3rdparty
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-01-08 16:44:15 +0100
committerGeorg Ehrke <dev@georgswebsite.de>2012-01-08 16:44:15 +0100
commit9e105d9bd756ef079c407772cba4d67f1a5193fe (patch)
treea50c000aa1710eedb3a73a6b00cc3a4339aab30a /3rdparty
parent4c91ca2f866f9b5a2e4326e428af3d4ad402d33e (diff)
downloadnextcloud-server-9e105d9bd756ef079c407772cba4d67f1a5193fe.tar.gz
nextcloud-server-9e105d9bd756ef079c407772cba4d67f1a5193fe.zip
remove old code in comments
Diffstat (limited to '3rdparty')
-rwxr-xr-x3rdparty/when/When.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/3rdparty/when/When.php b/3rdparty/when/When.php
index 5eaf3dec69d..d54f296ed61 100755
--- a/3rdparty/when/When.php
+++ b/3rdparty/when/When.php
@@ -628,12 +628,6 @@ class When
}else{
$this->try_date->modify('+' . (int) date('t', $this->try_date->format('U')) - 1 . ' day');
}
- //$this->try_date->setDate(date('y/n/j', mktime(0,0,0,$this->try_date->format('j'), $this->try_date->format('n') + 1, $year = $this->try_date->format('Y'))));
- //echo date('t', $this->try_date->format('U')) . '-' . $this->try_date->format('U') . ' ';
- /*$month_day = $this->try_date->format('j');
- $month = $this->try_date->format('n');
- $year = $this->try_date->format('Y');*/
-
}
else
{