diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-06-21 09:29:24 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-06-21 09:29:24 +0000 |
| commit | b1f13ce8299d581ccb889e2d98e13574bffcc5ba (patch) | |
| tree | 644385d6fea33f831a714fc3783f8161a2cb1d86 /lib/classes/QuickSearch.php | |
| parent | 7635e34c038e86e2b369b3f6edc457042ffa5b66 (diff) | |
add remaining class filename and add migration to fix the cronjobs, re #4282
Merge request studip/studip!3136
Diffstat (limited to 'lib/classes/QuickSearch.php')
| -rw-r--r-- | lib/classes/QuickSearch.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/classes/QuickSearch.php b/lib/classes/QuickSearch.php index d3983a3..f3e18cc 100644 --- a/lib/classes/QuickSearch.php +++ b/lib/classes/QuickSearch.php @@ -1,7 +1,7 @@ <?php # Lifter010: TODO /** - * QuickSearch.class.php - GUI class for quciksearch + * QuickSearch.php - GUI class for quciksearch * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -66,7 +66,7 @@ * $searcher = new TeacherSearch(); * print QuickSearch::get("username", $searcher)->withButton->render(); * //code-end - * Watch the SearchType class in lib/classes/searchtypes/SearchType.class.php + * Watch the SearchType class in lib/classes/searchtypes/SearchType.php * for details. * Enjoy! */ @@ -166,7 +166,7 @@ class QuickSearch /** * constructor which prepares a searchfield for persons, courses, institutes or * special items you may want to search for. This is a GUI-class, see - * QuickSearch.class.php for further documentation. + * QuickSearch.php for further documentation. * * @param string $name the name of the destinated variable in your html-form. Handle it * as if it was an '<input type="text" name="yourname">' input. |
