1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 18:14:26 +02:00

#1887 User Settings Notice Removal

#1887 User Settings Notice Removal
This commit is contained in:
MikeyGMT
2016-10-17 01:32:31 +01:00
parent c4b45908ef
commit 4881a848c0
3 changed files with 5 additions and 5 deletions

View File

@@ -726,8 +726,8 @@ class e107_user_extended
$parms = explode("^,^",$struct['user_extended_struct_parms']);
$include = preg_replace("/\n/", " ", $tp->toHtml($parms[0]));
$regex = $tp->toText($parms[1]);
$regexfail = $tp->toText($parms[2]);
$regex = $tp->toText(varset($parms[1]));
$regexfail = $tp->toText(varset($parms[2]));
$fname = "ue[user_".$struct['user_extended_struct_name']."]";
$required = vartrue($struct['user_extended_struct_required']) == 1 ? "required" : "";
$fid = $frm->name2id($fname);