to solve usort problem

Makes it posble for admin to specify witch type of users may mass PM any usergroup
Also PM users can be a list of usernames, so PM can be sendt to any number of users

Moderator: Moderators

Forum rules
The content in this forum is dated Dec. 21 2005 and can be used as Archive only. This Forum is LOCKED and READ ONLY !

to solve usort problem

Postby bjhuang on Sat 27. Nov, 2004 22:44

open privmsg.php and find:

Code: Select all
usort ($to_username_array);

replace with:

Code: Select all
usort($to_username_array, create_function('$a,$b','return strcasecmp($a,$b);'));
bjhuang
Poster
Poster
 
Posts: 1
Joined: Sat 27. Nov, 2004 22:38

Postby MJ on Fri 11. Feb, 2005 04:45

thankyou bjhuang, just what i came here looking to fix! :)
MJ
Poster
Poster
 
Posts: 90
Joined: Fri 19. Apr, 2002 13:46

Postby ChristianR on Fri 11. Feb, 2005 23:57

i don thave that line in my privmsg ?
ChristianR
Poster
Poster
 
Posts: 47
Joined: Sun 18. Jan, 2004 14:17


Return to Custom mass PM [2.0.6/EM]

Who is online

Users browsing this forum: No registered users and 1 guest

cron