Bug fix: Error in function get_variable_from_db

This commit is contained in:
Remi 2016-07-06 22:21:34 +02:00
parent 9aa3f43160
commit 5d3dfb2a11
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ get_name_by_uid() {
}
get_variable_from_db() {
mysql_query 'SELECT value FROM membres WHERE name="'"$1"'" LIMIT 1;'
mysql_query 'SELECT value FROM variable WHERE name="'"$1"'" LIMIT 1;'
}