changed company name
This commit is contained in:
parent
e570009912
commit
c866d00c1b
175 changed files with 179 additions and 178 deletions
|
|
@ -25,7 +25,7 @@ while (my $style = $sth->hashRef) {
|
|||
if ($style->{styleId} == 3) {
|
||||
$style->{body} =~ s/styles\/plainblack\/logo-white\.gif/plainblack.gif/ixsg;
|
||||
$style->{body} =~ s/2001-2002/2001-2004/ixsg;
|
||||
$style->{body} =~ s/Plain\s+Black\s+Software/Plain Black LLC/ixsg;
|
||||
$style->{body} =~ s/Plain\s+Black\s+Software/Plain Black Corporation/ixsg;
|
||||
}
|
||||
my ($header,$footer) = split(/\^\-\;/,$style->{body});
|
||||
my ($newStyleId) = WebGUI::SQL->quickArray("select max(templateId) from template where namespace='style'");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue