Skip to content
Snippets Groups Projects
Commit ff905d28 authored by Rasmus Fuhse's avatar Rasmus Fuhse
Browse files

fix title

parent 430c754c
Branches
Tags
No related merge requests found
...@@ -4,6 +4,7 @@ class CopyController extends PluginController ...@@ -4,6 +4,7 @@ class CopyController extends PluginController
{ {
public function info_action() public function info_action()
{ {
PageLayout::setTitle(_("Wie soll kopiert werden?"));
$this->dozentensearch = new SQLSearch( $this->dozentensearch = new SQLSearch(
"SELECT DISTINCT auth_user_md5.user_id, CONCAT(auth_user_md5.Vorname, \" \", auth_user_md5.Nachname), auth_user_md5.perms, auth_user_md5.username " . "SELECT DISTINCT auth_user_md5.user_id, CONCAT(auth_user_md5.Vorname, \" \", auth_user_md5.Nachname), auth_user_md5.perms, auth_user_md5.username " .
"FROM auth_user_md5 LEFT JOIN user_info ON (user_info.user_id = auth_user_md5.user_id) " . "FROM auth_user_md5 LEFT JOIN user_info ON (user_info.user_id = auth_user_md5.user_id) " .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment