diff options
| author | Simon | 2011-03-06 13:32:09 +0100 |
|---|---|---|
| committer | Simon | 2011-03-06 13:32:09 +0100 |
| commit | 79c0af755487c51e98f91d977bcbcfce61955ad0 (patch) | |
| tree | c8dbc7df42c622837238f7475a9eabdb08e788b2 /application/views/scripts | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-79c0af755487c51e98f91d977bcbcfce61955ad0.tar.gz pbs2-79c0af755487c51e98f91d977bcbcfce61955ad0.tar.xz pbs2-79c0af755487c51e98f91d977bcbcfce61955ad0.zip | |
sql-files aufgeräumt && filter geändert
Diffstat (limited to 'application/views/scripts')
| -rw-r--r-- | application/views/scripts/filter/editfilter.phtml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/application/views/scripts/filter/editfilter.phtml b/application/views/scripts/filter/editfilter.phtml index 62e9684..8bc38f7 100644 --- a/application/views/scripts/filter/editfilter.phtml +++ b/application/views/scripts/filter/editfilter.phtml @@ -1,11 +1,8 @@ <h1>Edit Filter</h1> <?php - $this->editfilterform->setAction($this->url()); - - -$this->editfilterform; +echo $this->editfilterform; ?> |
