From: Joas S. <nic...@ph...> - 2009-09-19 12:58:46
|
Author: nickvergessen Date: Sat Sep 19 13:21:39 2009 New Revision: 10165 Log: Fix Bug #51655 - Missing global vars phpbb_root_path & phpEx Authorised by: AcydBurn Modified: branches/phpBB-3_0_0/phpBB/includes/functions_privmsgs.php Modified: branches/phpBB-3_0_0/phpBB/includes/functions_privmsgs.php ============================================================================== *** branches/phpBB-3_0_0/phpBB/includes/functions_privmsgs.php (original) --- branches/phpBB-3_0_0/phpBB/includes/functions_privmsgs.php Sat Sep 19 13:21:39 2009 *************** *** 1900,1906 **** */ function get_recipient_strings($pm_by_id) { ! global $user, $db; $address_list = $recipient_list = $address = array(); --- 1900,1906 ---- */ function get_recipient_strings($pm_by_id) { ! global $db, $phpbb_root_path, $phpEx, $user; $address_list = $recipient_list = $address = array(); |