| 4 |
* $Id$ |
* $Id$ |
| 5 |
* |
* |
| 6 |
* $Log$ |
* $Log$ |
| 7 |
|
* Revision 1.17 2003/06/25 23:45:05 joko |
| 8 |
|
* trying to switch from "ap" completely to "t" |
| 9 |
|
* |
| 10 |
* Revision 1.16 2003/05/13 14:53:56 joko |
* Revision 1.16 2003/05/13 14:53:56 joko |
| 11 |
* reset mvc-params "filter" and "meta" in tree mode!? |
* reset mvc-params "filter" and "meta" in tree mode!? |
| 12 |
* |
* |
| 289 |
|
|
| 290 |
// rewrite idents |
// rewrite idents |
| 291 |
create_function('&$_in, &$_out', ' |
create_function('&$_in, &$_out', ' |
| 292 |
|
|
| 293 |
|
// old version: ap == explorer |
| 294 |
// map Topic to Page if exists |
// map Topic to Page if exists |
| 295 |
if($_in[topic]) { |
//if ($_in[topic]) { |
| 296 |
$_in[ap] = $_in[topic]; |
// $_in[ap] = $_in[topic]; |
| 297 |
} |
//} |
| 298 |
$idents = array ( ap, ); |
//$idents = array ( ap ); |
| 299 |
foreach($idents as $key) { |
//foreach($idents as $key) { |
| 300 |
$_out[options][idents][$key] = $_in[$key]; |
// $_out[options][idents][$key] = $_in[$key]; |
| 301 |
} |
//} |
| 302 |
|
|
| 303 |
|
// 2003-06-26: switched from ap=explorer to t=DataBrowser |
| 304 |
|
$_out[options][idents][t] = $_in[topic]; |
| 305 |
|
|
| 306 |
'), |
'), |
| 307 |
|
|
| 308 |
// check right $_GET[ap] |
// check right $_GET[ap] |