mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-12 09:39:28 +00:00
This commit is contained in:
@@ -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']))
|
||||
|
||||
@@ -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).')';
|
||||
|
||||
Reference in New Issue
Block a user