From cb3a27595b62d447c71c79ff3724cff2821c5667 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 16 Jun 2009 20:50:26 +0000 Subject: - Patch #243093 by catch, wedge: fixed small typo. --- modules/comment/comment.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment') diff --git a/modules/comment/comment.install b/modules/comment/comment.install index d98ba0ce8..cfbca311d 100644 --- a/modules/comment/comment.install +++ b/modules/comment/comment.install @@ -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; -- cgit v1.2.3