Changeset 6667 for branches/2.1/include/functions_session.inc.php
- Timestamp:
- 07/06/10 14:17:37 (3 years ago)
- Files:
-
- 1 modified
-
branches/2.1/include/functions_session.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.1/include/functions_session.inc.php
r6364 r6667 176 176 DELETE 177 177 FROM '.SESSIONS_TABLE.' 178 WHERE UNIX_TIMESTAMP(NOW()) - UNIX_TIMESTAMP(expiration)> '178 WHERE '.pwg_db_date_to_ts('NOW()').' - '.pwg_db_date_to_ts('expiration').' > ' 179 179 .$conf['session_length'].' 180 180 ;';
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)