removed PBtmpl0000000000000003 because it's no longer needed or used
This commit is contained in:
parent
93ba627dd9
commit
9f6a13e022
5 changed files with 11 additions and 13 deletions
|
|
@ -407,6 +407,10 @@ sub updateDatabaseLinksAndSQLReport {
|
|||
sub updateTemplates {
|
||||
print "\tUpdating base templates for XHTML compliance, and a cleaner look.\n" unless ($quiet);
|
||||
$session->db->write("alter table template add column headBlock text");
|
||||
my $template = WebGUI::Asset->new($session, "PBtmpl0000000000000003", "WebGUI::Asset::Template");
|
||||
if (defined $template) {
|
||||
$template->trash;
|
||||
}
|
||||
opendir(DIR,"templates-6.99.0");
|
||||
my @files = readdir(DIR);
|
||||
closedir(DIR);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue