UpdateDatabase.php
authorEdward <edward@roojs.com>
Wed, 30 Oct 2013 09:28:19 +0000 (17:28 +0800)
committerEdward <edward@roojs.com>
Wed, 30 Oct 2013 09:28:19 +0000 (17:28 +0800)
UpdateDatabase.php

index 5e4cc23..15fcf3a 100644 (file)
@@ -303,7 +303,7 @@ class Pman_Core_UpdateDatabase extends Pman
         $tbl = false;
         foreach(file($src) as $l) {
             $l = trim($l);
-            
+            print_r($l);
             if (!strlen($l) || $l[0] == '#') {
                 continue;
             }