Archived
1
0

we don't need no

need no bright hashs
i'm a rockstar.
This commit is contained in:
Garvin Hicking
2011-01-10 11:27:32 +00:00
parent 13ff56ad4a
commit 0bec630e0a
+1 -1
View File
@@ -25,7 +25,7 @@ if ($serendipity['POST']['formAction'] == 'multiDelete' && sizeof($serendipity['
}
} else {
foreach ( $serendipity['POST']['delete'] as $k => $v ) {
# serendipity_deleteComment($k, $v);
serendipity_deleteComment($k, $v);
echo DONE . ': '. sprintf(COMMENT_DELETED, (int)$k) . '<br />';
}
}