1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-21 21:21:54 +02:00

Issue LAN var cleanup

This commit is contained in:
Cameron 2017-11-06 14:00:37 -08:00
parent 70df3a3ae6
commit 6bd8360e8a
2 changed files with 2 additions and 2 deletions
e107_handlers
e107_languages/English

@ -1041,7 +1041,7 @@ class e_form
$count = 0;
if (vartrue($pref['avatar_upload']) && FILE_UPLOADS && vartrue($options['upload']))
{
$diz = LAN_USET_32.($pref['im_width'] || $pref['im_height'] ? "\n".str_replace(array('--WIDTH--','--HEIGHT--'), array($pref['im_width'], $pref['im_height']), LAN_USER_86) : "");
$diz = LAN_USET_32.($pref['im_width'] || $pref['im_height'] ? "\n".str_replace(array('[x]-','[y]'), array($pref['im_width'], $pref['im_height']), LAN_USER_86) : "");
$text .= "<div style='margin-bottom:10px'>".LAN_USET_26."
<input class='tbox' name='file_userfile[avatar]' type='file' size='47' title=\"{$diz}\" />

@ -113,7 +113,7 @@ define("LAN_USER_82", "the name you use to login to the site"); // LAN_10
define("LAN_USER_83", "Hide email address?: "); // LAN_113
define("LAN_USER_84", "This will prevent your email address from being displayed on site"); // LAN_114
define("LAN_USER_85", "If you want to change your user name, you must ask a site administrator");
define("LAN_USER_86", "Maximum avatar size is --WIDTH-- x --HEIGHT-- pixels");
define("LAN_USER_86", "Maximum avatar size is [x]- x [y] pixels");
define("LAN_USER_87", "Login to rate this user!");
// social plugin