Changeset 1152
- Timestamp:
- 06/14/07 12:27:04 (1 year ago)
- Files:
-
- devel/mod/blog/lib/weblogs_actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/mod/blog/lib/weblogs_actions.php
r1109 r1152 189 189 // Delete a weblog comment 190 190 case "weblog_comment_delete": 191 $comment_id = optional_param('weblog_comment_delete' );191 $comment_id = optional_param('weblog_comment_delete',0,PARAM_INT); 192 192 if (logged_on && !empty($comment_id)) { 193 193 $commentinfo = get_record_sql('SELECT wc.*,wp.owner AS postowner,wp.ident AS postid
