changed company name

This commit is contained in:
JT Smith 2004-09-03 17:01:59 +00:00
parent e570009912
commit c866d00c1b
175 changed files with 179 additions and 178 deletions

View file

@ -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'");