| 14 |
* $Id$ |
* $Id$ |
| 15 |
* |
* |
| 16 |
* $Log$ |
* $Log$ |
| 17 |
|
* Revision 1.25 2003/11/17 18:01:03 jonen |
| 18 |
|
* bugfix: php cannot use perl-syntax!! ;-) |
| 19 |
|
* |
| 20 |
|
* Revision 1.23 2003/07/14 10:02:32 jonen |
| 21 |
|
* removed debug dumper |
| 22 |
|
* |
| 23 |
* Revision 1.22 2003/06/06 04:25:45 joko |
* Revision 1.22 2003/06/06 04:25:45 joko |
| 24 |
* fix: query args get encapsulated once more |
* fix: query args get encapsulated once more |
| 25 |
* |
* |
| 760 |
} else { |
} else { |
| 761 |
$query_args[guid] = $this->_query[ident]; |
$query_args[guid] = $this->_query[ident]; |
| 762 |
$query_args[nodename] = $this->_query[nodename]; |
$query_args[nodename] = $this->_query[nodename]; |
| 763 |
|
// 2003-11-17 NEW: use expand flag for real obj expand at backend |
| 764 |
|
if ($this->_query[expand]) {$query_args[expand] = 1; } |
| 765 |
} |
} |
| 766 |
break; |
break; |
| 767 |
case 'list': |
case 'list': |
| 790 |
} |
} |
| 791 |
|
|
| 792 |
// filter??? |
// filter??? |
| 793 |
print "Filter: " . Dumper($this->_query[filter]) . "<br>"; |
//print "Filter: " . Dumper($this->_query[filter]) . "<br>"; |
| 794 |
if ($this->_query[filter]) { |
if ($this->_query[filter]) { |
| 795 |
$query_args[filter] = $this->_query[filter]; |
$query_args[filter] = $this->_query[filter]; |
| 796 |
} |
} |
| 797 |
|
|
| 798 |
// dispatch action |
// dispatch action |
| 799 |
print "Action: " . $this->_query[action] . "<br>"; |
//print "Action: " . $this->_query[action] . "<br>"; |
| 800 |
if ($this->_query[action] == 'write') { |
if ($this->_query[action] == 'write') { |
| 801 |
$query_args[action] = $this->_query[action]; |
$query_args[action] = $this->_query[action]; |
| 802 |
$query_args[data] = $this->_query[data]; |
$query_args[data] = $this->_query[data]; |