Fixed autoreply file editing bug

This commit is contained in:
Jamie Cameron
2007-05-30 20:46:36 +00:00
parent f2fe38c479
commit 796f7a5838

View File

@@ -77,7 +77,7 @@ printf "<input name=period size=5 value='%s'> %s</td> </tr>\n",
# Show people to not autoreply to
print "<tr> <td>$text{'rfile_no_autoreply'}</td>\n";
printf "<td><input name=no_autoreply size=40 value='%s'></td> </tr>\n";
printf "<td><input name=no_autoreply size=40 value='%s'></td> </tr>\n",
$no_autoreply;
# Show regexps to not autoreply to