UpdateDatabase/MysqlLinks.php
authoredward <edward@roojs.com>
Thu, 10 Dec 2015 06:04:26 +0000 (14:04 +0800)
committeredward <edward@roojs.com>
Thu, 10 Dec 2015 06:04:26 +0000 (14:04 +0800)
UpdateDatabase/MysqlLinks.php

index 0e0cc64..d25a4e0 100644 (file)
@@ -439,8 +439,7 @@ class Pman_Core_UpdateDatabase_MysqlLinks {
     {
         foreach (array_keys($this->schema) as $tbl){
             
-            print_R(strpos('__keys', $tbl));
-            if(strpos('__keys', $tbl) !== false ){
+            if(strpos($tbl, '__keys') !== false ){
                 continue;
             }