
10-17-2005, 10:19 AM
|
 |
|
|
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by KirbyDE
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.
|
You mean change this?
to this?
|