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:

modify_droplet.php
46 46
echo registerEditArea ('contentedit','php',true,'both',true,true,600,450,'search, fullscreen, |, undo, redo, |, select_font,|, highlight, reset_highlight, |, help');
47 47
		
48 48

  
49
$modified_when = mktime();
49
$modified_when = time();
50 50
$modified_by = $admin->get_user_id();
51 51

  
52 52
// Get header and footer

Also available in: Unified diff