Vergleich memberlist.php - 1.00 - 1.14

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://www.mybboard.com
* License: http://www.mybboard.com/eula.html
*

 * Website: http://www.mybboard.com
* License: http://www.mybboard.com/eula.html
*

 * $Id$

 * $Id: memberlist.php 633 2005-08-26 20:03:30Z dennis $

 */
define("KILL_GLOBALS", 1);


 */
define("KILL_GLOBALS", 1);


Zeile 119Zeile 119
	}
$users['location'] = $users[fid1];
$users['location'] = htmlspecialchars_uni(stripslashes($users['location']));

	}
$users['location'] = $users[fid1];
$users['location'] = htmlspecialchars_uni(stripslashes($users['location']));

	if($users['hideemail'] != "yes")

	if($users['hideemail'] == "yes")

	{
$useremail = "";
}

	{
$useremail = "";
}