fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16032]


From: nelson . guerra
Subject: [Fmsystem-commits] [16032]
Date: Wed, 30 Nov 2016 02:48:40 +0000 (UTC)

Revision: 16032
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16032
Author:   nelson224
Date:     2016-11-30 02:48:40 +0000 (Wed, 30 Nov 2016)
Log Message:
-----------


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

Modified: 
branches/dev-syncromind-2/property/inc/class.bogeneric_document.inc.php
===================================================================
--- branches/dev-syncromind-2/property/inc/class.bogeneric_document.inc.php     
2016-11-29 12:12:31 UTC (rev 16031)
+++ branches/dev-syncromind-2/property/inc/class.bogeneric_document.inc.php     
2016-11-30 02:48:40 UTC (rev 16032)
@@ -87,10 +87,10 @@
                        return $receipt;
                }
                
-               function save_file_relations( $items = array(), $location_id, 
$file_id  )
+               function save_file_relations( $add, $delete, $location_id, 
$file_id  )
                {
                        
-                       $receipt = $this->so->save_file_relations( $items, 
$location_id, $file_id );
+                       $receipt = $this->so->save_file_relations( $add, 
$delete, $location_id, $file_id );
                        
                        return $receipt;
                }




reply via email to

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