phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] sync/inc/class.ui_sync.inc.php, 1.23


From: nomail
Subject: [Phpgroupware-cvs] sync/inc/class.ui_sync.inc.php, 1.23
Date: Wed, 26 May 2004 11:55:20 +0200

Update of /sync/inc
Modified Files:
        Branch: 
          class.ui_sync.inc.php

date: 2004/05/26 09:55:20;  author: mleonhardt;  state: Exp;  lines: +4 -1

Log Message:
- cleaning up for zend-analyzer
=====================================================================
Index: sync/inc/class.ui_sync.inc.php
diff -u sync/inc/class.ui_sync.inc.php:1.22 sync/inc/class.ui_sync.inc.php:1.23
--- sync/inc/class.ui_sync.inc.php:1.22 Mon May 17 15:54:39 2004
+++ sync/inc/class.ui_sync.inc.php      Wed May 26 09:55:20 2004
@@ -157,6 +157,7 @@
   {
     // get actual user ID
     $phpgw_userid = $GLOBALS['phpgw_info']['user']['account_id'];
+    $tr_color = '';
    
     // table header
     $this->template->set_var('th_bg',$GLOBALS['phpgw_info']['theme']['th_bg']);
@@ -444,6 +445,7 @@
       $phpgw_userid = 'all';
     else
       $phpgw_userid = $GLOBALS['phpgw_info']['user']['account_id'];
+    $tr_color = '';
 
     // table header
     $this->template->set_var('th_bg',$GLOBALS['phpgw_info']['theme']['th_bg']);
@@ -606,6 +608,7 @@
   {
     // get actual user ID
     $phpgw_userid = $GLOBALS['phpgw_info']['user']['account_id'];
+    $tr_color = '';
     
     // all devices of user $phpgw_userlid
     $devicelist = array();




reply via email to

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