Changeset 5093 for FCKeditor/trunk/fckutils.cfm
- Timestamp:
- 02/11/10 09:22:37 (3 years ago)
- File:
-
- 1 edited
-
FCKeditor/trunk/fckutils.cfm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/fckutils.cfm
r2913 r5093 45 45 { 46 46 // try to extract Gecko version date 47 stResult = reFind( "gecko/( 200[3-9][0-1][0-9][0-3][0-9])", sAgent, 1, true );47 stResult = reFind( "gecko/([0-9]{8})", sAgent, 1, true ); 48 48 if( arrayLen( stResult.pos ) eq 2 ) 49 49 {
Note: See TracChangeset
for help on using the changeset viewer.
