summaryrefslogtreecommitdiff
path: root/mysql.c
diff options
context:
space:
mode:
authordane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-05-26 15:18:21 +0000
committerdane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-05-26 15:18:21 +0000
commit433bf6124bab4a9cf1dd07efe2836cd9b61c945f (patch)
tree943c30e0102e60a665807ad87f96e6379bb5f112 /mysql.c
parentc104ba608af03ec3f31ca40369e228b04bac1dae (diff)
BUILD : 1.7.3 (126) BUGS : 73 NOTES : Repaired /NS GROUP for compiled but disabled MySQL support.
git-svn-id: svn://svn.anope.org/anope/trunk@126 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@100 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'mysql.c')
-rw-r--r--mysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql.c b/mysql.c
index 5424f8b2e..ccd75b69d 100644
--- a/mysql.c
+++ b/mysql.c
@@ -159,7 +159,7 @@ char *db_mysql_quote(char *sql)
char *quoted;
- if (!sql || !do_mysql) {
+ if (!sql) {
return sstrdup("");
}