[Interchange-bugs] [Bug 289] Changed - Spurious "Database not found" Error

bugzilla-daemon@interchange.redhat.com bugzilla-daemon@interchange.redhat.com
Wed Aug 1 12:23:00 2001


http://developer.akopia.com/bugs/show_bug.cgi?id=289

*** shadow/289	Wed Aug  1 10:09:08 2001
--- shadow/289.tmp.21383	Wed Aug  1 12:22:56 2001
***************
*** 3,10 ****
  Version: 4.8.0
  Platform: PC
  OS/Version: Linux
! Status: NEW   
! Resolution: 
  Severity: normal
  Priority: P2
  Component: Admin UI
--- 3,10 ----
  Version: 4.8.0
  Platform: PC
  OS/Version: Linux
! Status: RESOLVED   
! Resolution: FIXED
  Severity: normal
  Priority: P2
  Component: Admin UI
***************
*** 21,23 ****
--- 21,32 ----
  table properly. Deleting the GDBM file re-creates the error.
  
  No tests have been made against tables stored in RDBMS.
+ 
+ ------- Additional Comments From mike@minivend.com  2001-08-01 12:22 -------
+ This was a bug in the database resolution of tag_perl. If an import was
+ needed, it would be done but the Db object would not be set.
+ 
+ Underlying this is a probable failure in the import logic to do a 
+ local($_), for the problem appeared to be an overwrite of $_.
+ 
+ Fixed by naming the parameter.