phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.uiinvoice.php, 1.1.1.12


From: nomail
Subject: [Phpgroupware-cvs] property/class.uiinvoice.php, 1.1.1.12
Date: Sun, 23 May 2004 12:31:25 -0000

Update of /property
Modified Files:
        Branch: 
          class.uiinvoice.php

date: 2004/05/02 12:47:38;  author: sigurdne;  state: Exp;  lines: +2 -2

Log Message:
no message
=====================================================================
Index: property/class.uiinvoice.php
diff -u property/class.uiinvoice.php:1.1.1.11 
property/class.uiinvoice.php:1.1.1.12
--- property/class.uiinvoice.php:1.1.1.11       Fri Apr 30 17:35:57 2004
+++ property/class.uiinvoice.php        Sun May  2 12:47:38 2004
@@ -115,7 +115,7 @@
 
                        if(!$end_date)
                        {
-                               $end_date = 
$this->bocommon->show_date(mktime(0,0,0,date("m"),date("d"),date("Y")),$GLOBALS['phpgw_data']['user']['preferences']['common']['dateformat']);
+                               $end_date = 
$this->bocommon->show_date(mktime(0,0,0,date("m"),date("d"),date("Y")),$GLOBALS['phpgw_data']['prefs'][$this->currentapp
 . '.dateformat']);
                                $start_date = $end_date;
                        }
 
@@ -633,7 +633,7 @@
 //html_print_r($values);
                        if(!$submit_search)
                        {
-                               $start_date = 
$this->bocommon->show_date(mktime(0,0,0,date("m"),date("d"),date("Y")),$GLOBALS['phpgw_data']['user']['preferences']['common']['dateformat']);
+                               $start_date = 
$this->bocommon->show_date(mktime(0,0,0,date("m"),date("d"),date("Y")),$GLOBALS['phpgw_data']['prefs'][$this->currentapp
 . '.dateformat']);
                                $end_date       = $start_date;
                        }
                        else




reply via email to

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