Categories > TinyButStrong general >

htmlconv=look; bug?

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: peter
Date: 2003-04-25
Time: 16:44

htmlconv=look; bug?

Call to undefined function: instr() in ... on line 1627
BUG or FEATURE? why not use strpos() ?

GOOD JOB, thanks

peter
By: Skrol29
Date: 2003-04-25
Time: 16:55

Re: htmlconv=look; bug?

ho yes, what a bug !!!!!!!!!!!

instr() is the VisualBasic function for the PHP strpos().

I gonna fix this tonigt by replacing instr with strpos.
New version will be available soon.

Sorry for that.