From: SourceForge.net <no...@so...> - 2012-02-23 15:19:11
|
Bugs item #3492111, was opened at 2012-02-23 07:19 Message generated for change (Tracker Item Submitted) made by philiph You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=106121&aid=3492111&group_id=6121 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: version 1.4.x (current) Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Philip J. Hollenback (philiph) Assigned to: Nobody/Anonymous (nobody) Summary: Invalid comment line in mysql-destroy.sql Initial Comment: The current mysql-destroy.sql in the schema directory has a typo: --drop table if exists user; mysql complains about this line. To fix, insert a space: -- drop table if exists user; I'm looking at the current phpwiki in svn as of 2/20/12. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=106121&aid=3492111&group_id=6121 |