Changeset 1888 for trunk/admin
- Timestamp:
- Mar 11, 2007, 10:52:29 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/intro.php
r1884 r1888 121 121 $template->set_filenames(array('intro' => 'admin/intro.tpl')); 122 122 123 list($mysql_version) = mysql_fetch_row(pwg_query('SELECT VERSION();')); 123 $php_current_timestamp = date("Y-m-d H:i:s"); 124 list($mysql_version, $db_current_timestamp) = mysql_fetch_row(pwg_query('SELECT VERSION(), CURRENT_TIMESTAMP;')); 124 125 125 126 $query = ' … … 184 185 ;'; 185 186 list($nb_comments) = mysql_fetch_row(pwg_query($query)); 186 187 $php_current_timestamp = date("Y-m-d H:i:s");188 list($db_current_timestamp) = mysql_fetch_row(pwg_query('SELECT CURRENT_TIMESTAMP;'));189 187 190 188 $template->assign_vars(
Note: See TracChangeset
for help on using the changeset viewer.