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

index 5ccfee0..5e4cc23 100644 (file)
@@ -359,7 +359,6 @@ class Pman_Core_UpdateDatabase extends Pman
             
             // CREATE INDEX ..ignore
             if (preg_match('#alter\s+table\s+([a-z0-9_]+)\s+add\s+index\s+([^(]+)(.*)$#i',  $l, $m)) {
-                print_r('get');exit;
 //               $l = "CREATE INDEX  {$m[1]}_{$m[2]} ON {$m[1]} {$m[3]}";
                 continue;
              }