From: [Samwise] <sam...@op...> - 2003-06-18 11:51:16
|
Hello, Can anyone help me with this. After upgrading I have this when you open a forum post for the first time: y; } function icon(){ return $this->icon; } function forum(){ return $this->forum_id; } function attachsig(){ return $this->attachsig; } function prefix(){ return $this->prefix; } function istopic() { if ($this->istopic) { return true; } return false; } function islocked() { if ($this->islocked) { return true; } return false; } } ?> It appears on the top of the page before any of the HTML is parsed. Thank you. K. Ono wrote: >Hi, > >We have just released version 2.0.3, which includes patches for minor bugs >and possible CSS vulnerability in the global search page. Please read the >announcement at xoops.org for more information of the released package. > >- Kazu > > > > >------------------------------------------------------- >This SF.Net email is sponsored by: INetU >Attention Web Developers & Consultants: Become An INetU Hosting Partner. >Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! >INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php >_______________________________________________ >Xoops-development mailing list >Xoo...@li... >https://lists.sourceforge.net/lists/listinfo/xoops-development > > > |