http://bugs.skolelinux.no/show_bug.cgi?id=1300





------- Additional Comments From [EMAIL PROTECTED]  2008-02-25 21:18 -------
The assignment of $this = $somevar; at certain points in the
class.DBTableInfo.php file was an attempt to work around the lack of exceptions
in PHP4. 
Although this didn't really work in PHP4 either, it wasn't really a problem,
since this code would never be executed unless an incorrect database type or
tablename was passed to the class, which would obviously never happen, since
these were hardcoded in the classes clients.
The fix simply replaces the assignment og $this with throw $somevar; The
exception isn't actually caught if it should ever be thrown.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

_______________________________________________
www-int mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/www-int

Reply via email to