Skip to content

Commit

Permalink
Fixed searching for oldresponses tables in importoldresponses submodule
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/phpsurveyor@2454 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Thibault Le Meur committed Feb 28, 2007
1 parent efcbb1c commit 78741bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/importoldresponses.php
Expand Up @@ -45,7 +45,7 @@
{
// show UI for choosing old table

$query = db_select_tables_like("{$dbprefix}old\_{$surveyid}\_%");
$query = db_select_tables_like("{$dbprefix}old\_survey_{$surveyid}\_%");
$result = db_execute_num($query) or die("Error:<br />$query<br />".$connect->ErrorMsg());
$optionElements = '';
while ($row = $result->FetchRow())
Expand Down

0 comments on commit 78741bd

Please sign in to comment.