This commit is contained in:
Andreas Österreicher
2009-11-26 12:31:53 +00:00
parent 4b0dd391bd
commit 88b4e290a0
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ require_once('../../include/benutzer.class.php');
require_once('../../include/mitarbeiter.class.php');
$user = get_uid();
$user='simane';
loadVariables($user);
if(isset($_GET['studiensemester_kurzbz']))
+4
View File
@@ -609,6 +609,10 @@ class benutzerberechtigung extends basis_db
else
$in = ' AND oe_kurzbz IN('.mb_substr($in,0, mb_strlen($in)-1).')';
}
else
{
$in='';
}
if($not!='')
$not = ' AND oe_kurzbz NOT IN('.mb_substr($not,0, mb_strlen($not)-1).')';