[bugs] [Bug 1273] New - Need for minor fixes for $_prefs etc..

bugs at bugs.horde.org bugs at bugs.horde.org
Tue Jun 3 19:22:42 PDT 2003


http://bugs.horde.org/show_bug.cgi?id=1273

*** shadow/1273	Tue Jun  3 23:22:42 2003
--- shadow/1273.tmp.12991	Tue Jun  3 23:22:42 2003
***************
*** 0 ****
--- 1,50 ----
+ Bug#: 1273
+ Product: Horde
+ Version: 2.3 Unstable
+ Platform: Mozilla 5.x
+ OS/Version: Linux
+ Status: NEW   
+ Resolution: 
+ Severity: normal
+ Priority: P2
+ Component: IMP
+ Area: BUILD
+ AssignedTo: chuck at horde.org                            
+ ReportedBy: will at droste-usa.com               
+ URL: 
+ Summary: Need for minor fixes for $_prefs etc..
+ 
+ Did a check of latest on 6/3/2003.  Fixed some of them here are the diffs..
+ 
+ RCS file: /repository/horde/login.php,v
+ retrieving revision 2.127
+ diff -r2.127 login.php
+ 128c128
+ < if (!$prefs->isLocked('language')) {
+ ---
+ > if (!$_prefs['language']['locked']) {
+ 
+ RCS file: /repository/horde/index.php,v
+ retrieving revision 2.75
+ diff -r2.75 index.php
+ 28c28
+ <         $initial_app = $prefs->getValue('initial_application');
+ ---
+ >         $initial_app = $_prefs['initial_application'];
+ 
+ retrieving revision 2.33
+ diff -r2.33 login.inc
+ 85c85
+ < <?php if (!$prefs->isLocked('language')): ?>
+ ---
+ > <?php if (!$_prefs['language']['locked']): ?>
+ 107c107
+ < <?php if (!$prefs->isLocked('language')):
+ ---
+ > <?php if (!$_prefs['language']['locked']):
+ 
+ 
+ These are the one I've found so far but I still had warning I hope this a help
+ to the assigned person..  Other please accept my apologies and ignore this.
+ 
+ Will


More information about the bugs mailing list