Discussion:
[Ispman-developers] [ ispman-Bugs-2571722 ] missing "; " in file lib/database.MySQL.lib in line 125
SourceForge.net
2009-02-06 08:34:53 UTC
Permalink
Bugs item #2571722, was opened at 2009-02-06 08:34
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108390&aid=2571722&group_id=8390

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: admin-interface
Group: 1.4
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Margusja (margusja)
Assigned to: Nobody/Anonymous (nobody)
Summary: missing ";" in file lib/database.MySQL.lib in line 125

Initial Comment:
my $sql =
"DELETE FROM mysql.user "
. "WHERE User=\'" . $params->{'ispmanDBUser'} . "\' "
. "AND Host=\'" . $params->{'ispmanDBAccessFilter'} . "\';"
$sql .= "DROP DATABASE " . $params->{'ispmanDBName'} . ";";

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108390&aid=2571722&group_id=8390
Loading...