fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13034] class.soevent.inc


From: Saul
Subject: [Fmsystem-commits] [13034] class.soevent.inc
Date: Fri, 17 Apr 2015 21:09:46 +0000

Revision: 13034
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13034
Author:   psaul
Date:     2015-04-17 21:09:46 +0000 (Fri, 17 Apr 2015)
Log Message:
-----------
class.soevent.inc

Modified Paths:
--------------
    branches/dev-syncromind/property/inc/class.soevent.inc.php

Modified: branches/dev-syncromind/property/inc/class.soevent.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.soevent.inc.php  2015-04-17 
21:09:21 UTC (rev 13033)
+++ branches/dev-syncromind/property/inc/class.soevent.inc.php  2015-04-17 
21:09:46 UTC (rev 13034)
@@ -124,7 +124,7 @@
                                ." {$this->_left_join} phpgw_accounts ON 
(fm_event.responsible_id = phpgw_accounts.person_id)"
                                ." {$filtermethod} {$querymethod}";
                        //_debug_array($sql . $ordermethod);
-                
+//                echo '<pre>'; print_r($sql); echo '</pre>';
                        $this->_db->query($sql,__LINE__,__FILE__);
                        $this->total_records = $this->_db->num_rows();
 
@@ -759,7 +759,6 @@
 
                public function update_receipt($data)
                {
-            echo '<pre>'; print_r($data); echo '</pre>';exit('update');
                        $add_receipt = array();
                        $delete_receipt = array();
                        if($data['events_orig'])




reply via email to

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