php7 fixes
[Pman.Builder] / ERM.php
diff --git a/ERM.php b/ERM.php
index 430b829..2f90bf6 100644 (file)
--- a/ERM.php
+++ b/ERM.php
@@ -17,7 +17,7 @@ class Pman_Builder_ERM extends Pman
         
        }
     
-    function get($tbl)
+    function get($tbl, $opts = array())
     {
         
         
@@ -82,7 +82,6 @@ class Pman_Builder_ERM extends Pman
         
       
         $desc =   $this->createRet($do);
-//        print_r($desc);exit;
        // echo '<PRE>';print_R($desc);
         $ret = array();
         foreach($cols as $c => $ty) {