On Wed, May 12, 2010 at 4:06 PM, swamynathan <[email protected]> wrote:
> > > > The code i use > > is hosted at http://pastebin.com/puquE8E8 any help to fix this will be > > greatly appreciated. > > > > file not found > I managed to fix it myself. There was a small bug in library changing this 635 $val = htmlentities($val); to this 636 $val = htmlentities($val, ENT_COMPAT, $this->_defaultEncoding); and got my problem fixed. -- Regards : Satheesh Kumar . P _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
