Skip to content
Snippets Groups Projects
Commit 0e3e8329 authored by Robert Anderson's avatar Robert Anderson
Browse files

Fixed parameter name

parent 8934bd24
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ function DBDo($command,$args = array())
global $db;
# Replace table prefix template
$result = ReplacePrefix($query, $args);
$result = ReplacePrefix($command, $args);
$rawCommand = $result[0]; $rawArgs = $result[1];
# Try prepare, and catch exceptions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment