A
|
ann 6/28/2010 |
Philip, if not bValue(asp_strlen(strEmail)) then |
P
|
Philip author 6/28/2010 |
Ann, |
A
|
ann 6/29/2010 |
Philip, |
P
|
Philip author 6/29/2010 |
Philip, all files in the \source directory are used to apply permanent changes, i.e. it wouldn't be affected after you've rebuild the project. Unfortunately, there is no way to do it in Events.
|
P
|
Philip author 7/14/2010 |
Philip, you need to edit generated source\register.asp file. Find and remove the following code in the file: if not bValue(asp_strlen(strEmail)) then
if bValue(asp_strlen(email)) then strSQL = "select count(*) from ##@BUILDER.strLoginTable ts## where ##@BUILDER.strUserEmailField ws##=" & CSmartStr(add_db_quotes("##@BUILDER.strUserEmailField s##",email,"")) doAssignmentByRef rs,db_query(strSQL,conn) doAssignmentByRef data,db_fetch_numarray(rs) if IsLess(0,ArrayElement(data,0)) then ResponseWrite (((CSmartStr(##message EMAIL_ALREADY1##) & " <i>") & CSmartStr(email)) & "</i> ") & CSmartStr(##message EMAIL_ALREADY2##) end if end if
|