php7 fixes
[Pman.Builder] / ERM.php
diff --git a/ERM.php b/ERM.php
index 859ddbd..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())
     {
         
         
@@ -27,9 +27,8 @@ class Pman_Builder_ERM extends Pman
         $tq = DB_DataObject::factory('Person');
         $tq->table();
         $tq->links();
-        
         $tables = $_DB_DATAOBJECT['INI'][$tq->_database];
-        print_r($tables);exit;
+        
         if (!isset($_GET['table'])) {
             $ret = array();
             $t = array_keys($tables);