Razz-> If you do a search on the source of one of the articles you are editing, do you find <!-- byline field --> anywhere?
latum-> Wow, thats an ugly error! If you have 2 seconds could you try something for me? Eidt functions_geekarticles.php and change the line:
function prep_for_breaks($text)
to
function prep_for_breaks(&$text)
and revert your previous change. The only reason I ask is that I cant repro the error and If possible, I would like to pass the message contents by reference to lower overhead. Its not really a big deal, but it would help me improve the hack a smidgen.
Thanks!
|