Skip to content

Commit

Permalink
Fixed issue #06013: passthru stopped working
Browse files Browse the repository at this point in the history
Dev was throwing warnings when displaying quotas.
  • Loading branch information
TMSWhite committed Apr 17, 2012
1 parent 5fbc38e commit 857c637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common_functions.php
Expand Up @@ -6357,7 +6357,7 @@ function getQuotaInformation($surveyid,$language,$quotaid='all')
'Limit' => $survey_quotas['qlimit'],
'Action' => $survey_quotas['action'],
'Message' => $survey_quotas['quotals_message'],
'Url' => templatereplace(passthruReplace($survey_quotas['quotals_url']), $surveyinfo),
'Url' => templatereplace(passthruReplace($survey_quotas['quotals_url'], $surveyinfo)),
'UrlDescrip' => $survey_quotas['quotals_urldescrip'],
'AutoloadUrl' => $survey_quotas['autoload_url']));
$query = "SELECT * FROM ".db_table_name('quota_members')." WHERE quota_id='{$survey_quotas['id']}'";
Expand Down

0 comments on commit 857c637

Please sign in to comment.