[AppDB] fix backlinks when sending bug link email

Tony Lambregts tony.lambregts at gmail.com
Wed Jul 13 23:15:25 CDT 2005


This is sort of a hack to fix what should work. I also fixed up some messages 
when we OK or delete a bug link.

Change Log: Hack a fix for "$this->iLinkId = mysql_insert_id();" not working...
Files Changed: include/bugs.php




-------------- next part --------------
Index: tables/create_bugzilla_tables
===================================================================
RCS file: /home/wine/appdb/tables/create_bugzilla_tables,v
retrieving revision 1.1
diff -u -r1.1 create_bugzilla_tables
--- tables/create_bugzilla_tables	13 Dec 2004 03:50:11 -0000	1.1
+++ tables/create_bugzilla_tables	13 Jul 2005 03:23:19 -0000
@@ -1,4 +1,4 @@
 #! /bin/sh
 
 echo Creating fake Bugzilla tables
-mysql -u root < bugzilla_tables.sql
+mysql -u root -p < bugzilla_tables.sql



More information about the wine-patches mailing list