From: moodler Date: Fri, 24 Mar 2006 14:49:21 +0000 (+0000) Subject: Always allow regeneration of templates X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=204ff4a1279fa0c82b3ad4c2645a3e45690908a6;p=moodle.git Always allow regeneration of templates --- diff --git a/mod/data/templates.php b/mod/data/templates.php index a466353cda..903a775eed 100755 --- a/mod/data/templates.php +++ b/mod/data/templates.php @@ -131,9 +131,7 @@ $data = get_record('data', 'id', $d); //reload because of possible updates so far! - if (empty($data->addtemplate) and empty($data->singletemplate) and empty($data->listtemplate) and empty($data->rsstemplate)){ - echo '
'; - } + echo '
'; print_simple_box_start('center','80%'); echo '';