DB/DataObject/Links.php
authorbenny <benny@roojs.com>
Fri, 17 Aug 2018 03:43:00 +0000 (11:43 +0800)
committerbenny <benny@roojs.com>
Fri, 17 Aug 2018 03:43:00 +0000 (11:43 +0800)
DB/DataObject/Links.php

index e4a00ac..8aa3fb7 100644 (file)
@@ -131,7 +131,7 @@ class DB_DataObject_Links
             if (!($p = strpos($field, '_'))) {
                 return false;
             }
-            $table = substr($field, 0, $p);
+            $table = substr($field, 0, $p);echo $table; exit;
             return $this->getLink($field, $table);