| 14 |
* $Id$ |
* $Id$ |
| 15 |
* |
* |
| 16 |
* $Log$ |
* $Log$ |
| 17 |
|
* Revision 1.29 2005/08/11 14:05:42 jonen |
| 18 |
|
* + added arguments to query |
| 19 |
|
* |
| 20 |
* Revision 1.28 2004/10/07 14:11:28 jonen |
* Revision 1.28 2004/10/07 14:11:28 jonen |
| 21 |
* + added HACK related to DataList-filters which are mapped to backend now (page-control!) |
* + added HACK related to DataList-filters which are mapped to backend now (page-control!) |
| 22 |
* |
* |
| 797 |
//array_push($query_args, $this->_query[nodename]); |
//array_push($query_args, $this->_query[nodename]); |
| 798 |
$query_args[nodename] = $this->_query[nodename]; |
$query_args[nodename] = $this->_query[nodename]; |
| 799 |
if($this->_query[list_meta]) { $query_args[list_meta] = $this->_query[list_meta]; } |
if($this->_query[list_meta]) { $query_args[list_meta] = $this->_query[list_meta]; } |
| 800 |
|
if(is_array($this->_query[owner])) { $query_args[owner] = $this->_query[owner]; } |
| 801 |
break; |
break; |
| 802 |
case 'tree': |
case 'tree': |
| 803 |
/* |
/* |