Skip to content

Commit

Permalink
fixed {TOKENCOUNT}
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/phpsurveyor@1867 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Ronald Leenes committed Aug 2, 2006
1 parent b7b18cf commit 665a59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/tokens.php
Expand Up @@ -1287,7 +1287,7 @@
$xx++;
}
echo "<font color='green'>"._("Success")."</font><br /><br>\n";
$message=str_replace("{TOKENCOUNT}", $xz, _("TOKENCOUNT} Records Created"));
$message=str_replace("{TOKENCOUNT}", $xz, _("{TOKENCOUNT} Records Created"));
echo "<i>$message</i><br />\n";
fclose($handle);
unlink($the_full_file_path);
Expand Down

0 comments on commit 665a59b

Please sign in to comment.