Zeile 6 | Zeile 6 |
---|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* $Id: functions_online.php 4427 2009-08-13 21:22:07Z RyanGordon $
| * $Id: functions_online.php 5379 2011-02-21 11:06:42Z Tomm $
|
*/
$uid_list = $aid_list = $pid_list = $tid_list = $fid_list = $eid_list = array();
| */
$uid_list = $aid_list = $pid_list = $tid_list = $fid_list = $eid_list = array();
|
Zeile 434 | Zeile 434 |
---|
break; }
|
break; }
|
$user_activity['location'] = htmlspecialchars_uni($location);
| // Expects $location to be passed through already sanitized $user_activity['location'] = $location;
|
$plugins->run_hooks_by_ref("fetch_wol_activity_end", $user_activity);
| $plugins->run_hooks_by_ref("fetch_wol_activity_end", $user_activity);
|