From 92474ad4ca406abb64e839490750c70b62ffbfd7 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 6 Nov 2006 13:30:40 +0000 Subject: [PATCH] fixed not settable minutes for sheduling backups --- setup/db_backup.php | 2 +- setup/templates/default/db_backup.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/db_backup.php b/setup/db_backup.php index 3c778aa4e6..c6123bc17f 100644 --- a/setup/db_backup.php +++ b/setup/db_backup.php @@ -173,7 +173,7 @@ } } // input-fields to create a new scheduled backup - foreach($times=array('year'=>'*','month'=>'*','day'=>'*','dow'=>'2-6','hour'=>3,'minute'=>0) as $name => $default) + foreach($times=array('year'=>'*','month'=>'*','day'=>'*','dow'=>'2-6','hour'=>3,'min'=>0) as $name => $default) { $setup_tpl->set_var($name,''); } diff --git a/setup/templates/default/db_backup.tpl b/setup/templates/default/db_backup.tpl index f2535d8ada..e07c1282a6 100644 --- a/setup/templates/default/db_backup.tpl +++ b/setup/templates/default/db_backup.tpl @@ -43,7 +43,7 @@ {day} {dow} {hour} - {minute} + {min} {next_run} {actions}