some more branding www.phpgroupware.org --> www.eGroupWare.org

This commit is contained in:
Ralf Becker 2003-09-03 12:59:11 +00:00
parent 4c93a60578
commit 16d1fddc52

View File

@ -159,7 +159,10 @@
print "array: set *$k* to *$v*<br>\n";
}
$this->varkeys[$k] = $this->varname($k);
$this->varvals[$k] = $this->egroupware_hack ? str_replace('phpGroupWare','eGroupWare',$v) : $v;
$this->varvals[$k] = $this->egroupware_hack ? str_replace(
array('phpGroupWare','www.phpgroupware.org'),
array('eGroupWare','www.eGroupWare.org'),$v
) : $v;
}
}
}