Merge https://github.com/friendica/red into pending_merge
This commit is contained in:
commit
ad8668be9e
@ -361,6 +361,10 @@ function db_getfunc($f) {
|
||||
'regexp'=>array(
|
||||
DBTYPE_MYSQL=>'REGEXP',
|
||||
DBTYPE_POSTGRES=>'~'
|
||||
),
|
||||
'^'=>array(
|
||||
DBTYPE_MYSQL=>'^',
|
||||
DBTYPE_POSTGRES=>'#'
|
||||
)
|
||||
);
|
||||
$f = strtolower($f);
|
||||
|
Reference in New Issue
Block a user