Zeile 6 | Zeile 6 |
---|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* $Id: private.php 5159 2010-08-01 09:19:26Z RyanGordon $
| * $Id: private.php 5380 2011-02-21 12:04:43Z Tomm $
|
*/
define("IN_MYBB", 1);
| */
define("IN_MYBB", 1);
|
Zeile 872 | Zeile 872 |
---|
} // See if it's actually worth showing the buddylist icon.
|
} // See if it's actually worth showing the buddylist icon.
|
if($mybb->user['buddylist'] != '')
| if($mybb->user['buddylist'] != '' && $mybb->settings['use_xmlhttprequest'] == 1)
|
{ $buddy_select = 'to'; eval("\$buddy_select_to = \"".$templates->get("private_send_buddyselect")."\";");
| { $buddy_select = 'to'; eval("\$buddy_select_to = \"".$templates->get("private_send_buddyselect")."\";");
|