////////////////////
// old code
//$CondForQuery .= "(address = ' *' OR (room = '$R' AND
(address IN ('$U','') OR username = '$U')))";
//
////////////////////////////
// add by SeazoN
$CondForQuery .= "(address = '' AND( username='$U' OR
message LIKE '%$U%' ))";
// end of add by SeazoN
////////////////////////////
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=144058
Hi!
This is already fixed in the 0.15.0 version we're working
on.
Anyway thanks for the report,
Loc
Logged In: NO
quick patch on export.php/php3
////////////////////
// old code
//$CondForQuery .= "(address = ' *' OR (room = '$R' AND
(address IN ('$U','') OR username = '$U')))";
//
////////////////////////////
// add by SeazoN
$CondForQuery .= "(address = '' AND( username='$U' OR
message LIKE '%$U%' ))";
// end of add by SeazoN
////////////////////////////