[pLog-svn] r7258 - plog/branches/lifetype-1.2/class/dao

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Wed Jan 12 12:47:44 EST 2022


Author: jondaley
Date: 2022-01-12 12:47:44 -0500 (Wed, 12 Jan 2022)
New Revision: 7258

Modified:
   plog/branches/lifetype-1.2/class/dao/model.class.php
Log:
php7 updates

Modified: plog/branches/lifetype-1.2/class/dao/model.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/dao/model.class.php	2022-01-12 17:45:54 UTC (rev 7257)
+++ plog/branches/lifetype-1.2/class/dao/model.class.php	2022-01-12 17:47:44 UTC (rev 7258)
@@ -330,7 +330,7 @@
 		 * @param cacheId
 		 * @return True if successful or false if error
 		 */
-        function add( &$dbObject, $cacheId = null ) 
+        function add( $dbObject, $cacheId = null ) 
         {
         	$fields = $dbObject->getFieldGetters();
         	$fieldsString = '';
@@ -382,7 +382,7 @@
 		 * @param dbObject
 		 * @return True if successful or false if error
 		 */
-        function update( &$dbObject )
+        function update( $dbObject )
         {
         	lt_include( PLOG_CLASS_PATH."class/database/db.class.php" );
         
@@ -487,4 +487,4 @@
             }
         }
     }
-?>
\ No newline at end of file
+?>



More information about the pLog-svn mailing list