Comment 1 for bug 544316

Revision history for this message
Malcolm Fitzgerald (malcolm-notyourhomework) wrote : Re: [Bug 544316] [NEW] no need to define ICONURL into cgiStyleDocsSample and wbError

On 23/03/2010, at 4:02 AM, Xavier Brochard wrote:

> Public bug reported:
>
> in cgiStyleDocsSample no need to hard coding ICONURL, it works perfectly without this line:
> $ICONURL = "/icons/default"; # why is it hard encoded ?
>
> in wbError ICONURL is further defined before call to printFoot()
> $ICONURL = $ICONURL || '/icons/default';

This code only ever worked on rent-a-database.com. It's probably a quick-fix that was never cleaned up.

Malcolm