Correct show command mode
authorJamie Cameron <jcameron@webmin.com>
Mon, 17 Sep 2007 04:24:18 +0000 (04:24 +0000)
committerJamie Cameron <jcameron@webmin.com>
Mon, 17 Sep 2007 04:24:18 +0000 (04:24 +0000)
postgresql/backup_form.cgi

index ae1bb38..106c4f4 100755 (executable)
@@ -93,7 +93,7 @@ if ($cron) {
 
                if ($in{'all'}) {
                        # Command mode option
-                       $a = $c{'backup_cmode_'.$in{'db'}};
+                       $cmode = $c{'backup_cmode_'.$in{'db'}};
                        print "<tr> <td><b>$text{'backup_cmode'}</b></td>\n";
                        print "<td>",&ui_radio("cmode", int($cmode),
                                [ [ 0, $text{'backup_cmode0'} ],