|
ColdFusion was looking at the following text: AND The CFML compiler was processing: - A script statement beginning with AND on line 2603, column 94.
- A script statement beginning with if on line 2603, column 25.
- A script statement beginning with { on line 2600, column 50.
- A script statement beginning with if on line 2600, column 17.
- A script statement beginning with { on line 2592, column 12.
- A script statement beginning with do on line 2592, column 9.
- A script statement beginning with function on line 2582, column 1.
- A cfscript tag beginning on line 1417, column 2.
|
2601 : /* If the preceding character is an @, assume this is an e-mail address
2602 : (for addresses like admin@ftp.cdrom.com) */
2603 : if (Compare(Mid(String, Max(objMatch.pos[1] - 1, 1), 1), "@") NEQ 0) AND (Compare(Mid(String, Max(objMatch.pos[1] - 1, 1), 1), "=") NEQ 0) {
2604 : thisURL = Mid(String, objMatch.pos[1], objMatch.len[1]);
2605 : thisLink = "<a href=""";
|