This commit is contained in:
James Rose
2012-11-24 05:42:56 +00:00
parent 8e11ac6392
commit 7e806a2d89

View File

@@ -76,7 +76,7 @@ echo "<SCRIPT language=\"JavaScript\">\n";
echo "<!--\n";
echo "function confirmdelete(url)\n";
echo "{\n";
echo " var confirmed = confirm($text['button-delete-this']);\n";
echo " var confirmed = confirm(".$text['button-delete-this'].");\n";
echo " if (confirmed == true) {\n";
echo " window.location=url;\n";
echo " }\n";