fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9675] fixed parameter for timestamp when adding chec


From: Erik Holm-Larsen
Subject: [Fmsystem-commits] [9675] fixed parameter for timestamp when adding check list
Date: Wed, 27 Jun 2012 06:46:52 +0000

Revision: 9675
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9675
Author:   erikhl
Date:     2012-06-27 06:46:51 +0000 (Wed, 27 Jun 2012)
Log Message:
-----------
fixed parameter for timestamp when adding check list

Modified Paths:
--------------
    trunk/controller/inc/hook_home.inc.php

Modified: trunk/controller/inc/hook_home.inc.php
===================================================================
--- trunk/controller/inc/hook_home.inc.php      2012-06-27 06:42:11 UTC (rev 
9674)
+++ trunk/controller/inc/hook_home.inc.php      2012-06-27 06:46:51 UTC (rev 
9675)
@@ -320,7 +320,7 @@
                                                ($current_date, array
                                                (
                                                        'text' => "<span 
class='title'>{$location_name}</span><span 
class='control-area'>{$control_area_name}</span> <span 
class='control'>{$current_control["title"]}</span> <span 
class='date'>{$next_date}</span>",
-                                                       'link' => 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'controller.uicheck_list.add_check_list', 'date' => $current_date, 'control_id' 
=> $current_control["id"], 'location_code' => $curr_location))
+                                                       'link' => 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'controller.uicheck_list.add_check_list', 'deadline_ts' => $current_date, 
'control_id' => $current_control["id"], 'location_code' => $curr_location))
                                                ));
                                        }
                                        else
@@ -345,7 +345,7 @@
                                ($current_date, array
                                (
                                        'text' => "<span 
class='title'>{$location_name}</span><span 
class='control-area'>{$control_area_name}</span> <span 
class='control'>{$current_control["title"]}</span> <span 
class='date'>{$next_date}</span>",
-                                       'link' => 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'controller.uicheck_list.add_check_list', 'date' => $current_date, 'control_id' 
=> $current_control["id"], 'location_code' => $curr_location))
+                                       'link' => 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'controller.uicheck_list.add_check_list', 'deadline_ts' => $current_date, 
'control_id' => $current_control["id"], 'location_code' => $curr_location))
                                ));                                     
                        }
                }




reply via email to

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