Changeset 6605 for branches/2.1/include/dblayer/functions_sqlite.inc.php
- Timestamp:
- Jun 25, 2010, 9:45:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.1/include/dblayer/functions_sqlite.inc.php
r6581 r6605 512 512 } 513 513 514 function pwg_db_get_flood_period_expression($seconds) 515 { 516 return 'datetime(\'now\', \'localtime\', \''.-$seconds.' seconds\')'; 517 } 518 514 519 function pwg_db_get_hour($date) 515 520 {
Note: See TracChangeset
for help on using the changeset viewer.