UpdateDatabase.php
authorEdward <edward@roojs.com>
Wed, 22 May 2013 11:44:36 +0000 (19:44 +0800)
committerEdward <edward@roojs.com>
Wed, 22 May 2013 11:44:36 +0000 (19:44 +0800)
UpdateDatabase.php

index 0c13a24..ad896d2 100644 (file)
@@ -103,7 +103,7 @@ class Pman_Core_UpdateDatabase extends Pman
             if(empty($opt['name']) || empty($opt['comptype'])){
                 die("Missing company name or type! Try --name=[the name of company] -- comptype=[the type of company] \n");
             }
-            print_r($opt['name']);exit;
+            
             DB_DataObject::factory('companies')->initCompanies(HTML_Flexyframework::get()->page, $opt['name'], $opt['comptype']);
             
             die("DONE! \n");