Changeset 907

Show
Ignore:
Timestamp:
2007-09-28 14:32:38 (14 months ago)
Author:
fredck
Message:

Small fix to the AFP browser detection code, do avoid issues with servers configured to use a comma for decimal separation.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/fckeditor.afp

    r897 r907  
    108108                llRetval=.F. 
    109109 
     110                SET POINT TO "." 
    110111 
    111112                sAgent = LOWER(ALLTRIM(request.servervariables("HTTP_USER_AGENT"))) 
     
    130131                        ENDIF 
    131132                ENDIF 
     133 
     134                SET POINT TO 
     135 
    132136                RETURN (llRetval) 
    133137        ENDFUNC