fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15993]


From: nelson . guerra
Subject: [Fmsystem-commits] [15993]
Date: Sat, 12 Nov 2016 02:49:00 +0000 (UTC)

Revision: 15993
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15993
Author:   nelson224
Date:     2016-11-12 02:49:00 +0000 (Sat, 12 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-12 02:48:47 UTC (rev 15992)
+++ branches/dev-syncromind-2/property/inc/class.bogeneric_document.inc.php     
2016-11-12 02:49:00 UTC (rev 15993)
@@ -61,9 +61,9 @@
                        return json_decode($values);
                }
 
-               function get_file_relations( $location_id, $file_id )
+               function get_file_relations( $file_id, $location_id )
                {
-                       $values = $this->so->get_file_relations($location_id, 
$file_id);
+                       $values = $this->so->get_file_relations($file_id, 
$location_id);
 
                        return $values;
                }




reply via email to

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