From cf9a1a40f1626ee9ddfa2dd5e5995dbfc05df632 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sat, 30 Sep 2006 14:59:03 +0000 Subject: [PATCH] Fixed typo --- lib/ddllib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ddllib.php b/lib/ddllib.php index 19a8b18e81..e5d7f3536e 100644 --- a/lib/ddllib.php +++ b/lib/ddllib.php @@ -295,7 +295,7 @@ function index_exists($table, $index) { $db->debug = false; /// Wrap over find_index_name to see if the index exists - if (!$find_index_name($table, $index)) { + if (!find_index_name($table, $index)) { $exists = false; } -- 2.39.5