This commit is contained in:
friendica 2014-11-13 18:51:42 -08:00
commit ad8668be9e

View File

@ -361,6 +361,10 @@ function db_getfunc($f) {
'regexp'=>array(
DBTYPE_MYSQL=>'REGEXP',
DBTYPE_POSTGRES=>'~'
),
'^'=>array(
DBTYPE_MYSQL=>'^',
DBTYPE_POSTGRES=>'#'
)
);
$f = strtolower($f);