Project

General

Profile

« Previous | Next » 

Revision 1072

Added by Matthias almost 15 years ago

replaced all remaining mktime() with time(), except from third party scripts

View differences:

save.php
72 72
$module = $results_array['module'];
73 73

  
74 74
// Update the pages table
75
$now = mktime();
75
$now = time();
76 76
$query = "UPDATE ".TABLE_PREFIX."pages SET modified_when = '$now', modified_by = '".$admin->get_user_id()."' WHERE page_id = '$page_id'";
77 77
$database->query($query);
78 78

  

Also available in: Unified diff