php7 fixes
[Pman.Builder] / ERM.php
diff --git a/ERM.php b/ERM.php
index 4a15cb8..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())
     {
         
         
@@ -125,7 +125,7 @@ class Pman_Builder_ERM extends Pman
 
 
 
-        print_r($desc);exit;
+
 
         // get a description if available..
         if (!isset($desc[$tn])) {