From a7f2245085fee869e6eb24f1d5b682d0cf8398f5 Mon Sep 17 00:00:00 2001 From: "ribosome ribosome@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Sat, 17 Apr 2004 12:20:18 +0000 Subject: BUILD : 1.7.1 (58) BUGS : NOTES : anope_ns_req was being referenced should have been anope_ns_request (fixed) git-svn-id: svn://svn.anope.org/anope/trunk@58 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@39 5417fbe8-f217-4b02-8779-1006273d7864 --- mysql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql.c') diff --git a/mysql.c b/mysql.c index b52524d36..cec85700e 100644 --- a/mysql.c +++ b/mysql.c @@ -1411,7 +1411,7 @@ void db_mysql_load_ns_req_dbase(void) return; snprintf(sqlcmd, MAX_SQL_BUF, - "SELECT `nick`,`passcode`,`password`,`email`,`requested`,`active` FROM `anope_ns_req`;"); + "SELECT `nick`,`passcode`,`password`,`email`,`requested`,`active` FROM `anope_ns_request`;"); if (db_mysql_query(sqlcmd)) { log_perror("Can't create sql query: %s", sqlcmd); db_mysql_error(MYSQL_WARNING, "query"); -- cgit