fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [16712] compy with php v 7


From: sigurdne
Subject: [Fmsystem-commits] [16712] compy with php v 7
Date: Tue, 9 May 2017 06:58:36 -0400 (EDT)

Revision: 16712
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16712
Author:   sigurdne
Date:     2017-05-09 06:58:35 -0400 (Tue, 09 May 2017)
Log Message:
-----------
compy with php v 7

Modified Paths:
--------------
    trunk/rental/inc/class.soparty.inc.php

Modified: trunk/rental/inc/class.soparty.inc.php
===================================================================
--- trunk/rental/inc/class.soparty.inc.php      2017-05-09 10:46:57 UTC (rev 
16711)
+++ trunk/rental/inc/class.soparty.inc.php      2017-05-09 10:58:35 UTC (rev 
16712)
@@ -528,9 +528,9 @@
                        }
                        $bofelles = rental_bofellesdata::get_instance();
 
-                       $parties = rental_soparty::get_instance()->get();
-                       $result_count = 
rental_soparty::get_instance()->get_count();
-                       $updated_parties;
+                       $parties = rental_soparty::get_instance()->get(0, 0, 
'', false, '', '', array());
+                       $result_count = 
rental_soparty::get_instance()->get_count('', '', array());
+                       $updated_parties = array();
 
                        $updated_parties[] = "Total number of parties: 
{$result_count}";
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]