UpdateDatabase.php
authorEdward <edward@roojs.com>
Wed, 30 Oct 2013 03:49:43 +0000 (11:49 +0800)
committerEdward <edward@roojs.com>
Wed, 30 Oct 2013 03:49:43 +0000 (11:49 +0800)
UpdateDatabase.php

index 0dc7902..d80ef37 100644 (file)
@@ -377,6 +377,7 @@ class Pman_Core_UpdateDatabase extends Pman
             
             // keyword handle...
             if(preg_match('#([\w]+)\s+([\w|\W]+)#i',  $l, $m) && !preg_match('#CREATE|PRIMARY|ALERT#i', $l)){
+                
                 $l = '"' . $m[1] . '" ' . $m[2];
             }