Changeset 19017


Ignore:
Timestamp:
2010/11/06 20:57:04 (12 years ago)
Author:
miningbrownie
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-E/data/class/SC_Display.php

    r19016 r19017  
    7777        ); 
    7878 
    79         if(preg_match('/'.user.'/', $subject)) 
     79        $pattern =  
     80        if(preg_match('/'.iuser.'/', $subject)) 
    8081        var pattern = new RegExp(useragents.join('|'), 'i'); 
    8182        return pattern.test(navigator.userAgent); 
Note: See TracChangeset for help on using the changeset viewer.