UpdateDatabase.php
authorEdward <edward@roojs.com>
Wed, 30 Oct 2013 06:08:48 +0000 (14:08 +0800)
committerEdward <edward@roojs.com>
Wed, 30 Oct 2013 06:08:48 +0000 (14:08 +0800)
UpdateDatabase.php

index ca61eba..50c9f96 100644 (file)
@@ -342,7 +342,6 @@ class Pman_Core_UpdateDatabase extends Pman
             }else{
                 
                 if ($tbl && preg_match('#([\w]+)\s+(enum\([\w|\W]+\))#i',  $l, $m)) {
-                    
                     $l = preg_replace('#enum\([\w|\W]+\)#i', "{$tbl}_{$m[1]}_enum", $l);
                     print_r($l);exit;
                 }