Default autoreply period to 60 seconds
authorJamie Cameron <jcameron@webmin.com>
Tue, 22 Feb 2011 05:55:11 +0000 (21:55 -0800)
committerJamie Cameron <jcameron@webmin.com>
Tue, 22 Feb 2011 05:55:11 +0000 (21:55 -0800)
filter/edit.cgi

index 41e9f95..fefc3e5 100755 (executable)
@@ -193,6 +193,9 @@ if ($amode == 6) {
                $etm[4]++; $etm[5] += 1900;
                }
        }
+else {
+       $period = 60;
+       }
 if ($config{'reply_force'}) {
        $replyblock = "";
        }