Revision 1072
Added by Matthias over 16 years ago
| 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
replaced all remaining mktime() with time(), except from third party scripts