Fixed typo

This commit is contained in:
stronk7
2006-09-30 14:59:03 +00:00
parent 4103c3545c
commit cf9a1a40f1
+1 -1
View File
@@ -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;
}