fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10699] typo


From: Sigurd Nes
Subject: [Fmsystem-commits] [10699] typo
Date: Mon, 21 Jan 2013 14:12:02 +0000

Revision: 10699
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10699
Author:   sigurdne
Date:     2013-01-21 14:12:00 +0000 (Mon, 21 Jan 2013)
Log Message:
-----------
typo

Modified Paths:
--------------
    trunk/property/inc/class.soworkorder.inc.php
    trunk/sms/bin/default/set_workorder_status.php

Modified: trunk/property/inc/class.soworkorder.inc.php
===================================================================
--- trunk/property/inc/class.soworkorder.inc.php        2013-01-21 09:49:59 UTC 
(rev 10698)
+++ trunk/property/inc/class.soworkorder.inc.php        2013-01-21 14:12:00 UTC 
(rev 10699)
@@ -762,7 +762,8 @@
                                }
                                else
                                {
-                                       $_join_district = "{$this->join} 
fm_location1 ON fm_project.loc1 = fm_location1.loc1";
+                                       $_join_district = "{$this->join} 
fm_project ON fm_project.id = fm_workorder.project_id"
+                                                                               
. " {$this->join} fm_location1 ON fm_project.loc1 = fm_location1.loc1";
                                }
 
 

Modified: trunk/sms/bin/default/set_workorder_status.php
===================================================================
--- trunk/sms/bin/default/set_workorder_status.php      2013-01-21 09:49:59 UTC 
(rev 10698)
+++ trunk/sms/bin/default/set_workorder_status.php      2013-01-21 14:12:00 UTC 
(rev 10699)
@@ -23,7 +23,7 @@
                3 => 'i_arbeid',
        );
 
-       $param          = explode(' ' , $command_param);
+       $param          = explode(' ', $command_param);
 
        if (ctype_digit($param[0]) && ctype_digit($param[1]))
        {




reply via email to

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