phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc class.solocation.inc.php class.uip...


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/inc class.solocation.inc.php class.uip...
Date: Thu, 28 Sep 2006 14:27:51 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Changes by:     Sigurd Nes <sigurdne>   06/09/28 14:27:51

Modified files:
        inc            : class.solocation.inc.php 
                         class.uiproject.inc.php 

Log message:
        link

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/property/inc/class.solocation.inc.php?cvsroot=phpgroupware&r1=1.35&r2=1.36
http://cvs.savannah.gnu.org/viewcvs/property/inc/class.uiproject.inc.php?cvsroot=phpgroupware&r1=1.38&r2=1.39

Patches:
Index: class.solocation.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/class.solocation.inc.php,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -b -r1.35 -r1.36
--- class.solocation.inc.php    18 Sep 2006 09:08:04 -0000      1.35
+++ class.solocation.inc.php    28 Sep 2006 14:27:51 -0000      1.36
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage location
-       * @version $Id: class.solocation.inc.php,v 1.35 2006/09/18 09:08:04 
sigurdne Exp $
+       * @version $Id: class.solocation.inc.php,v 1.36 2006/09/28 14:27:51 
sigurdne Exp $
        */
 
        /**
@@ -65,7 +65,7 @@
                        {               
                                $entity[] = array
                                (
-                                       'entity_link'   => 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$this->currentapp.'.uitts.index&query='
 . $location_code),
+                                       'entity_link'   => 
$GLOBALS['phpgw']->link('/index.php',array('menuaction'=> 
$this->currentapp.'.uitts.index', 'query'=> $location_code)),
                                        'name'          => lang('Helpdesk') . ' 
[' . $this->db2->f('hits') . ']',
                                        'descr'         => lang('Helpdesk')
                                );

Index: class.uiproject.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/class.uiproject.inc.php,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -b -r1.38 -r1.39
--- class.uiproject.inc.php     28 Sep 2006 12:22:26 -0000      1.38
+++ class.uiproject.inc.php     28 Sep 2006 14:27:51 -0000      1.39
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage project
-       * @version $Id: class.uiproject.inc.php,v 1.38 2006/09/28 12:22:26 
sigurdne Exp $
+       * @version $Id: class.uiproject.inc.php,v 1.39 2006/09/28 14:27:51 
sigurdne Exp $
        */
 
        /**
@@ -434,8 +434,8 @@
                function date_search()
                {
                        
$GLOBALS['phpgw']->xslttpl->add_file(array('date_search'));
-               //      $GLOBALS['phpgw_info']['flags']['noframework'] = True;
-                       $GLOBALS['phpgw_info']['flags']['nonavbar'] = True;
+                       $GLOBALS['phpgw_info']['flags']['noframework'] = True;
+               //      $GLOBALS['phpgw_info']['flags']['nonavbar'] = True;
                //      $GLOBALS['phpgw_info']['flags']['noheader'] = True;
                        $GLOBALS['phpgw_info']['flags']['nofooter'] = True;
                        $values['start_date']   = 
get_var('start_date',array('POST'));




reply via email to

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