Discrepancy in the subs.php and the display.php

Started by Miles Lombardi, April 08, 2006, 02:45:49 PM

Previous topic - Next topic

Miles Lombardi

Display.php l874:

   $message['body'] = parse_bbc($message['body'], $message['smileysEnabled'], $message['ID_MSG']);

Subs.php l954:

function parse_bbc($message, $smileys = true, $cache_id = '')

I smell a rat, cause your passing an int to a string, so I figure that you did a search and replace and replaced doUBBC with parce_bbc and didn't take that out.

Advertisement: