mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
bugfix kalender user intern
This commit is contained in:
parent
63a99b1a6e
commit
e125a29fa9
@ -1148,7 +1148,7 @@ class Kalender {
|
|||||||
|
|
||||||
// Force user if empty
|
// Force user if empty
|
||||||
if ($data[0]['adresseintern'] == 0) {
|
if ($data[0]['adresseintern'] == 0) {
|
||||||
$data[0]['adresseintern'] = $this->app->User->GetID();
|
$data[0]['adresseintern'] = $this->app->User->GetAdresse();
|
||||||
}
|
}
|
||||||
|
|
||||||
$data[0]['adresseintern'] = $this->app->DB->Select("SELECT CONCAT(a.id,' ',a.name) FROM adresse a WHERE a.id='" . $data[0]['adresseintern'] . "' AND a.geloescht=0 LIMIT 1");
|
$data[0]['adresseintern'] = $this->app->DB->Select("SELECT CONCAT(a.id,' ',a.name) FROM adresse a WHERE a.id='" . $data[0]['adresseintern'] . "' AND a.geloescht=0 LIMIT 1");
|
||||||
|
Loading…
Reference in New Issue
Block a user