| 4 |
## $Id$ |
## $Id$ |
| 5 |
## ----------------------------------------------------------------------------- |
## ----------------------------------------------------------------------------- |
| 6 |
## $Log$ |
## $Log$ |
| 7 |
|
## Revision 1.9 2004/05/13 19:19:44 jonen |
| 8 |
|
## + bugfix: stripslashes of all posted vars was off |
| 9 |
|
## |
| 10 |
|
## Revision 1.8 2003/12/15 21:05:19 udo |
| 11 |
|
## bugfix: $PHP_SELF -> $_SERVER['PHP_SELF'] |
| 12 |
|
## |
| 13 |
## Revision 1.7 2003/05/10 18:04:45 jonen |
## Revision 1.7 2003/05/10 18:04:45 jonen |
| 14 |
## + added values needed for 'create/add new' links |
## + added values needed for 'create/add new' links |
| 15 |
## |
## |
| 81 |
//$parent = get_parent_class($this); |
//$parent = get_parent_class($this); |
| 82 |
//$this->$parent($title, $PHP_SELF, 600); |
//$this->$parent($title, $PHP_SELF, 600); |
| 83 |
|
|
| 84 |
$this->StandardFormContent($title, $PHP_SELF, 600); |
// $this->StandardFormContent($title, $PHP_SELF, 600); |
| 85 |
|
$this->StandardFormContent($title, $_SERVER['PHP_SELF'], 600); |
| 86 |
|
|
| 87 |
|
// enable stripslashes of all inputs |
| 88 |
|
$this->set_stripslashes(); |
| 89 |
|
|
| 90 |
} |
} |
| 91 |
|
|
| 339 |
} |
} |
| 340 |
|
|
| 341 |
|
|
|
?> |
|
| 342 |
|
?> |