phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.uilookup.php, 1.1.1.8


From: nomail
Subject: [Phpgroupware-cvs] property/class.uilookup.php, 1.1.1.8
Date: Sun, 23 May 2004 09:11:11 -0000

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

date: 2004/04/30 17:35:57;  author: sigurdne;  state: Exp;  lines: +7 -7

Log Message:
no message
=====================================================================
Index: property/class.uilookup.php
diff -u property/class.uilookup.php:1.1.1.7 property/class.uilookup.php:1.1.1.8
--- property/class.uilookup.php:1.1.1.7 Fri Apr 30 09:52:25 2004
+++ property/class.uilookup.php Fri Apr 30 17:35:57 2004
@@ -90,7 +90,7 @@
                        $column = 
$this->bocommon->get_var2('column',array('POST','GET'));
 
 
-                       $default_category = 
$GLOBALS['phpgw_info']['user']['preferences']['addressbook']['default_category'];
+                       $default_category = 
$GLOBALS['phpgw_data']['user']['preferences']['addressbook']['default_category'];
 
                        if ($default_category && !$second_display)
                        {
@@ -170,7 +170,7 @@
                        (
                                'allow_allrows'                                 
=> false,
                                'start_record'                                  
=> $this->start,
-                               'record_limit'                                  
=> 15, //$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs'],
+                               'record_limit'                                  
=> 15, //$GLOBALS['phpgw_data']['user']['preferences']['common']['maxmatchs'],
                                'num_records'                                   
=> count($addressbook_list),
                                'all_records'                                   
=> $this->bo->total_records,
                                'link_url'                                      
        => $this->bocommon->link('/index.php',$link_select),
@@ -266,7 +266,7 @@
                        (
                                'allow_allrows'                                 
=> false,
                                'start_record'                                  
=> $this->start,
-                               'record_limit'                                  
=> 15, //$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs'],
+                               'record_limit'                                  
=> 15, //$GLOBALS['phpgw_data']['user']['preferences']['common']['maxmatchs'],
                                'num_records'                                   
=> count($b_account_list),
                                'all_records'                                   
=> $this->bo->total_records,
                                'link_url'                                      
        => $this->bocommon->link('/index.php',$link_select),
@@ -357,7 +357,7 @@
                        (
                                'allow_allrows'                                 
=> false,
                                'start_record'                                  
=> $this->start,
-                               'record_limit'                                  
=> 15, //$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs'],
+                               'record_limit'                                  
=> 15, //$GLOBALS['phpgw_data']['user']['preferences']['common']['maxmatchs'],
                                'num_records'                                   
=> count($street_list),
                                'all_records'                                   
=> $this->bo->total_records,
                                'link_url'                                      
        => $this->bocommon->link('/index.php',$link_select),
@@ -460,7 +460,7 @@
                        (
                                'allow_allrows'                                 
=> false,
                                'start_record'                                  
=> $this->start,
-                               'record_limit'                                  
=> 15, //$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs'],
+                               'record_limit'                                  
=> 15, //$GLOBALS['phpgw_data']['user']['preferences']['common']['maxmatchs'],
                                'num_records'                                   
=> count($tenant_list),
                                'all_records'                                   
=> $this->bo->total_records,
                                'link_url'                                      
        => $this->bocommon->link('/index.php',$link_select),
@@ -551,7 +551,7 @@
                        (
                                'allow_allrows'                                 
=> false,
                                'start_record'                                  
=> $this->start,
-                               'record_limit'                                  
=> 15, //$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs'],
+                               'record_limit'                                  
=> 15, //$GLOBALS['phpgw_data']['user']['preferences']['common']['maxmatchs'],
                                'num_records'                                   
=> count($ns3420_list),
                                'all_records'                                   
=> $this->bo->total_records,
                                'link_url'                                      
        => $this->bocommon->link('/index.php',$link_select),
@@ -717,7 +717,7 @@
                                'lookup'                                        
        => 1,//$lookup,
                                'allow_allrows'                                 
=> false,
                                'start_record'                                  
=> $this->start,
-                               'record_limit'                                  
=> 15, //$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs'],
+                               'record_limit'                                  
=> 15, //$GLOBALS['phpgw_data']['user']['preferences']['common']['maxmatchs'],
                                'num_records'                                   
=> count($entity_list),
                                'all_records'                                   
=> $boentity->total_records,
                                'link_url'                                      
        => $this->bocommon->link('/index.php',$link_select),




reply via email to

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