[bugs] [Bug 1042] Changed - Login screen generates an error when get_imp_vinfo defined ...

bugs@bugs.horde.org bugs@bugs.horde.org
Wed, 4 Sep 2002 15:07:21 -0300


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

*** shadow/1042	Wed Sep  4 13:39:54 2002
--- shadow/1042.tmp.11559	Wed Sep  4 15:07:21 2002
***************
*** 3,10 ****
  Version: 2.3 Unstable
  Platform: Mozilla 5.x
  OS/Version: FreeBSD
! Status: NEW   
! Resolution: 
  Severity: normal
  Priority: P2
  Component: IMP
--- 3,10 ----
  Version: 2.3 Unstable
  Platform: Mozilla 5.x
  OS/Version: FreeBSD
! Status: RESOLVED   
! Resolution: INVALID
  Severity: normal
  Priority: P2
  Component: IMP
***************
*** 34,36 ****
--- 34,40 ----
  
  and it works as expected, but on the login screen, the $_SESSION['imp']['user']
  hasn't been defined yet, so generates an error ...
+ 
+ ------- Additional Comments From chuck@horde.org  09/04/02 15:07 -------
+ Your function is broken. It shouldn't be returning a full username if $type =
+ 'vdomain', and you never even check what the function is passed...