fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7185] catch: typo


From: Sigurd Nes
Subject: [Fmsystem-commits] [7185] catch: typo
Date: Tue, 05 Apr 2011 20:35:45 +0000

Revision: 7185
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7185
Author:   sigurdne
Date:     2011-04-05 20:35:44 +0000 (Tue, 05 Apr 2011)
Log Message:
-----------
catch: typo

Modified Paths:
--------------
    trunk/catch/inc/custom/default/update_location_at_record_nlsh.php

Modified: trunk/catch/inc/custom/default/update_location_at_record_nlsh.php
===================================================================
--- trunk/catch/inc/custom/default/update_location_at_record_nlsh.php   
2011-04-05 19:14:30 UTC (rev 7184)
+++ trunk/catch/inc/custom/default/update_location_at_record_nlsh.php   
2011-04-05 20:35:44 UTC (rev 7185)
@@ -26,7 +26,7 @@
                        $this->db->query("SELECT * FROM $target_table WHERE id 
= {$_id}",__LINE__,__FILE__);
                        $this->db->next_record();
                
-                       if($location_id = $this->db->f('location_id') && 
$target_id = (int)$this->db->f('target_id')
+                       if($location_id = $this->db->f('location_id') && 
$target_id = (int)$this->db->f('target_id'))
                        {
                                $origin = 
$GLOBALS['phpgw']->locations->get_name($location_id);
                                $origin_table =  
$GLOBALS['phpgw']->locations->get_attrib_table($origin['appname'], 
$origin['location']);




reply via email to

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