is it compatable with 1.5.5 ?? coz I got an error on the subs.php
Quote
if($username != "Guest") {
$request = mysql_query("SELECT COUNT(*) FROM {$db_prefix}instant_messages WHERE (toName='$username' && deletedBy!=1)");
$temp = mysql_fetch_row($request);
$mnum = $temp[0];
if($mnum == "1") { $yyim = "$txt[152] <a href=\"$cgi;action=im\">$mnum $txt[471]</a>."; }
else { $yyim = "$txt[152] <a href=\"$cgi;action=im\">$mnum $txt[153]</a>."; }
if($maintenance) { $yyim .= "<BR><B>$txt[616]</B>"; }
Quote
Can't find...
Is there a fix for it...??