Quote:
but in others prefered the old one where it forced the PM to be sent
|
That's on of the reasons why I had to code my own Version for 3.0
Btw:
PHP Code:
$Users = $db->query("select * from " . TABLE_PREFIX . "user where " . get_mass_pm_sql_condition($Prime, $Secon));
I'd change that to only userid and username - the 3.0 Version caused serious memory exhausted errors on my server because of this.