fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14982]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14982]
Date: Sat, 07 May 2016 00:43:22 +0000

Revision: 14982
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14982
Author:   nelson224
Date:     2016-05-07 00:43:22 +0000 (Sat, 07 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-07 00:43:05 UTC (rev 14981)
+++ branches/dev-syncromind-2/property/inc/class.bogeneric_document.inc.php     
2016-05-07 00:43:22 UTC (rev 14982)
@@ -76,7 +76,7 @@
 
                        if (count($result))
                        {
-                               $receipt = $this->so->edit($values, $file_id);
+                               $receipt = $this->so->update($values, $file_id);
                        }
                        else
                        {
@@ -86,4 +86,12 @@
                        return $receipt;
                }
                
+               function set_file_relation( $items = array(), $location_id, 
$file_id  )
+               {
+                       
+                       $result = $this->so->set_file_relation( $items, 
$location_id, $file_id );
+                       
+                       return $receipt;
+               }
+               
        }
\ No newline at end of file




reply via email to

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