This commit is contained in:
Shish
2009-05-08 05:19:52 -07:00
parent f592167c6a
commit 575ce067bc
2 changed files with 2 additions and 2 deletions

View File

@@ -401,7 +401,7 @@ class CommentList implements Extension {
"VALUES(?, ?, ?, now(), ?)",
array($image_id, $user->id, $_SERVER['REMOTE_ADDR'], $comment));
$cid = $database->db->Insert_ID();
log_info("comment", "Comment #$cid");
log_info("comment", "Comment #$cid added");
}
}