fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15183]


From: nelson . guerra
Subject: [Fmsystem-commits] [15183]
Date: Thu, 19 May 2016 23:59:37 +0000 (UTC)

Revision: 15183
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15183
Author:   nelson224
Date:     2016-05-19 23:59:37 +0000 (Thu, 19 May 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-05-19 23:59:20 UTC (rev 15182)
+++ branches/dev-syncromind-2/property/inc/class.bogeneric_document.inc.php     
2016-05-19 23:59:37 UTC (rev 15183)
@@ -87,19 +87,19 @@
                        return $receipt;
                }
                
-               function set_file_relation( $items = array(), $location_id, 
$file_id  )
+               function save_file_relations( $items = array(), $location_id, 
$file_id  )
                {
                        
-                       $result = $this->so->set_file_relation( $items, 
$location_id, $file_id );
+                       $receipt = $this->so->save_file_relations( $items, 
$location_id, $file_id );
                        
                        return $receipt;
                }
                
-               function delete( $file_id  )
+               function delete( $file_id )
                {               
-                       $result = $this->so->delete( $file_id );
+                       $receipt = $this->so->delete( $file_id );
                        
-                       return $result;
+                       return $receipt;
                }
                
        }
\ No newline at end of file




reply via email to

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