Skip to content

Commit

Permalink
Dev : no need global $importsurvey, $importingfrom
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@9947 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Shnoulle committed Apr 3, 2011
1 parent 7b954aa commit 8ff7e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/import_functions.php
Expand Up @@ -22,7 +22,7 @@
*/
function CSVImportSurvey($sFullFilepath,$iDesiredSurveyId=NULL)
{
global $dbprefix, $connect, $timeadjust, $clang, $importsurvey, $importingfrom;
global $dbprefix, $connect, $timeadjust, $clang;

$handle = fopen($sFullFilepath, "r");
while (!feof($handle))
Expand Down

0 comments on commit 8ff7e7e

Please sign in to comment.