Home
last modified time | relevance | path

Searched refs:PHPGW_SQL_EASS (Results 1 – 1 of 1) sorted by relevance

/dports/www/phpgroupware/phpgroupware-0.9.16.017/phpgwapi/inc/
H A Dclass.sql_entity.inc.php19 define (PHPGW_SQL_EASS, '|%-'); define
179 $this->fields = str_replace(PHPGW_SQL_EASS, $this->alias,
181 $this->criteria = str_replace(PHPGW_SQL_EASS, $this->alias,
212 return ($this->operation == 'select')? PHPGW_SQL_EASS.'.'.$field : $field;