remove old comment
authorAlan Knowles <alan@roojs.com>
Wed, 28 Apr 2021 01:37:51 +0000 (09:37 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 28 Apr 2021 01:37:51 +0000 (09:37 +0800)
DB/DataObject.php

index e5d802b..7f8a4ca 100644 (file)
@@ -670,7 +670,7 @@ class DB_DataObject extends DB_DataObject_Overload
      */
     function fetchAll($k= false, $v = false, $method = false)  
     {
-        // should it even do this!!!?!?
+         
         $args = func_get_args();
         $args = count($args) > 3 ? array_slice($args, 3) : array();