Skip to content

Commit

Permalink
Added call for db/table name sanitization for $dbprefix
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/phpsurveyor@2013 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
David Olivier committed Aug 23, 2006
1 parent 8f1e4e9 commit 54289fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.php
Expand Up @@ -150,4 +150,5 @@
//DO NOT CHANGE BELOW HERE --------------------

require_once(dirname(__FILE__).'/common.php');
$dbprefix = sanitize_sql_db_tablename($dbprefix);
?>

0 comments on commit 54289fc

Please sign in to comment.