From: <no...@so...> - 2003-01-03 03:28:00
|
Bugs item #661444, was opened at 2003-01-02 19:28 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=661444&group_id=8956 Category: None Group: v1.5 Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: call to undefined function in espresponse.inc Initial Comment: found unknown function int() on line 204 in espresponse.inc changed from: $rank = int($bareval); to $rank = intval($bareval); Not entirely sure if program really wanted to convert this to int, but survey works after that point. I was doing a test survey and it found it... Dennis Shewmaker dsh...@ho... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=661444&group_id=8956 |