phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.uiproject.php, 1.1.1.5


From: nomail
Subject: [Phpgroupware-cvs] property/class.uiproject.php, 1.1.1.5
Date: Fri, 21 May 2004 18:49:37 -0000

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

date: 2004/04/24 21:36:29;  author: sigurdne;  state: Exp;  lines: +4 -9

Log Message:
no message
=====================================================================
Index: property/class.uiproject.php
diff -u property/class.uiproject.php:1.1.1.4 
property/class.uiproject.php:1.1.1.5
--- property/class.uiproject.php:1.1.1.4        Sat Apr 24 19:39:54 2004
+++ property/class.uiproject.php        Sat Apr 24 21:36:29 2004
@@ -135,13 +135,8 @@
                        }
                }
 
-               function index2()
-               {
-                       echo 'hepp';
-               }
                function index()
                {
-//                             echo 'hepp';
                        if(!$this->acl_read)
                        {
                                echo 'hepp';
@@ -159,7 +154,7 @@
 
                        $links = $this->menu->links('project');
 
-//                     $project_list = $this->bo->read($start_date,$end_date);
+                       $project_list = $this->bo->read($start_date,$end_date);
                        $uicols = $this->bo->uicols;
                        $count_uicols_name=count($uicols['name']);
 
@@ -441,7 +436,7 @@
 
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang($this->currentapp) . ' - ' . $appname . ': ' . $function_msg;
 
-//echo 'hei';
+//html_print_r($GLOBALS);
                        //$this->save_sessiondata();
                        return array('list_project' => $data);
                }
@@ -468,7 +463,7 @@
 
                        if(!$values['end_date'])
                        {
-                               $values['end_date'] = 
$GLOBALS['phpgw']->common->show_date(mktime(0,0,0,date("m"),date("d"),date("Y")),$GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat']);
+                               $values['end_date'] = 
$this->bocommon->show_date(mktime(0,0,0,date("m"),date("d"),date("Y")),$GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat']);
                        }
 
                        $cal_info       = $this->bocommon->jscalendar();
@@ -826,7 +821,7 @@
 
                        if(!$values['start_date'])
                        {
-                               $values['start_date'] = 
$GLOBALS['phpgw']->common->show_date(mktime(0,0,0,date("m"),date("d"),date("Y")),$GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat']);
+                               $values['start_date'] = 
$this->bocommon->show_date(mktime(0,0,0,date("m"),date("d"),date("Y")),$GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat']);
                        }
 
                        if($receipt)




reply via email to

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