From 204ff4a1279fa0c82b3ad4c2645a3e45690908a6 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 24 Mar 2006 14:49:21 +0000 Subject: [PATCH] Always allow regeneration of templates --- mod/data/templates.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 ''; -- 2.39.5