forked from science-ation/science-ation
Fix a few bugs in the communication module
This commit is contained in:
parent
9cff01736d
commit
db5b20d54a
@ -50,7 +50,7 @@ if(file_exists("../data/communication.lock"))
|
||||
|
||||
echo "<h3>".i18n("Progress")."</h3>";
|
||||
echo "<div style=\"margin-left: 20px\">";
|
||||
if(file_exists("../data/commmunication.lock.$id"))
|
||||
if(file_exists("../data/communication.lock.$id"))
|
||||
{
|
||||
$progresslines=file("../data/communication.lock.$id");
|
||||
$num=$progresslines[0];
|
||||
|
@ -50,7 +50,7 @@ if(file_exists("../data/communication.lock"))
|
||||
$q=mysql_query("SELECT firstname, lastname, email FROM judges ORDER BY email");
|
||||
break;
|
||||
default:
|
||||
echo i18n("Unknown 'to' to send email communication to (%1)",array($_GET['to']));
|
||||
echo i18n("Unknown 'to' to send email communication to (%1)",array($to));
|
||||
}
|
||||
|
||||
while($r=mysql_fetch_object($q))
|
||||
|
Loading…
x
Reference in New Issue
Block a user