UpdateDatabase/MysqlLinks.php
[Pman.Core] / UpdateDatabase / MysqlLinks.php
index 0e95666..0e0cc64 100644 (file)
@@ -439,6 +439,7 @@ class Pman_Core_UpdateDatabase_MysqlLinks {
     {
         foreach (array_keys($this->schema) as $tbl){
             
+            print_R(strpos('__keys', $tbl));
             if(strpos('__keys', $tbl) !== false ){
                 continue;
             }