Revision 1072
Added by Matthias over 16 years ago
| submit_comment.php | ||
|---|---|---|
| 97 | 97 |
} |
| 98 | 98 |
|
| 99 | 99 |
// Insert the comment into db |
| 100 |
$commented_when = mktime();
|
|
| 100 |
$commented_when = time(); |
|
| 101 | 101 |
if($wb->is_authenticated() == true) {
|
| 102 | 102 |
$commented_by = $wb->get_user_id(); |
| 103 | 103 |
} else {
|
Also available in: Unified diff
replaced all remaining mktime() with time(), except from third party scripts