DataObjects/core.sql
[Pman.Core] / UpdateDatabase.php
index 72c1b9c..292258f 100644 (file)
@@ -407,6 +407,13 @@ class Pman_Core_UpdateDatabase extends Pman
                         echo "OK - {$line}\n"; flush();
                         continue;
                     }
+                    switch($matches[1]) {
+                        
+                        
+                    }
+                    // real errors...
+                    // 1051: // Unknown table -- normally drop = add iff exists..
+                    
                     print_r(array($line,$matches));exit;