Revision 1072
Added by Matthias over 16 years ago
| save_droplet.php | ||
|---|---|---|
| 48 | 48 |
$content = $admin->add_slashes(str_replace($tags, '', $_POST['savecontent'])); |
| 49 | 49 |
|
| 50 | 50 |
$comments = $admin->add_slashes($admin->get_post('comments'));
|
| 51 |
$modified_when = mktime();
|
|
| 51 |
$modified_when = time(); |
|
| 52 | 52 |
$modified_by = $admin->get_user_id(); |
| 53 | 53 |
} |
| 54 | 54 |
|
Also available in: Unified diff
replaced all remaining mktime() with time(), except from third party scripts