Changeset 1437 for trunk/system/helpers/date.php
- Timestamp:
- 12/06/2007 08:15:37 PM (13 months ago)
- Files:
-
- 1 modified
-
trunk/system/helpers/date.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/helpers/date.php
r1333 r1437 298 298 { 299 299 // Default values 300 $time1 = max(0, (int) $time );300 $time1 = max(0, (int) $time1); 301 301 $time2 = ($time2 === FALSE) ? time() : max(0, (int) $time2); 302 302
