Skip to content
Snippets Groups Projects
Commit cb3a2759 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #243093 by catch, wedge: fixed small typo.

parent 40271ec2
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,7 @@ function comment_update_7002() {
function comment_update_7003() {
$ret = array();
db_drop_index($ret, 'comment', 'status');
db_drop_index($rest, 'comment', 'pid');
db_drop_index($ret, 'comment', 'pid');
db_add_index($ret, 'comment', 'comment_pid_status', array('pid', 'status'));
db_add_index($ret, 'comment', 'comment_num_new', array('nid', 'timestamp', 'status'));
return $ret;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment