]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed typo
authorstronk7 <stronk7>
Sat, 30 Sep 2006 14:59:03 +0000 (14:59 +0000)
committerstronk7 <stronk7>
Sat, 30 Sep 2006 14:59:03 +0000 (14:59 +0000)
lib/ddllib.php

index 19a8b18e8155f096fc0fe6189c0ed94f8668b53f..e5d7f3536e22064e9129e7df3cbc118792ee3b6b 100644 (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;
     }