Show
Ignore:
Timestamp:
02/15/2008 02:00:25 PM (9 months ago)
Author:
zombor
Message:

Follow up to r2059. Thanks Geert.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/drivers/Database.php

    r2059 r2062  
    267267        public function has_operator($str) 
    268268        { 
    269                 return (bool) preg_match('/[<>!=]|\sIS(\s+?:NOT\s+)?\b/i', trim($str)); 
     269                return (bool) preg_match('/[<>!=]|\sIS(?:\s+NOT\s+)?\b/i', trim($str)); 
    270270        } 
    271271