]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_task.php
Better 'Aufgabe' for german text
[mailer.git] / inc / modules / admin / what-list_task.php
index dc82a683bdebb227b239cec405d98944df7f5956..23b861328989e8a92d74ac82141388b2d4c9f315 100644 (file)
@@ -55,7 +55,7 @@ if (!isGetRequestParameterSet('type')) setGetRequestParameter('type', 'your');
 
 switch (getRequestParameter('type')) {
        case 'your': // List only your own open (new) tasks
-               $whereStatement = "`assigned_admin`='".getCurrentAdminId()."' AND `status`='NEW' AND `task_type` != 'EXTENSION_UPDATE'";
+               $whereStatement = "`assigned_admin`=".getCurrentAdminId()." AND `status`='NEW' AND `task_type` != 'EXTENSION_UPDATE'";
                break;
 
        case 'updates': // List only updates assigned to you