mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove dump
This commit is contained in:
parent
d5136eb86d
commit
a33031251d
@ -167,9 +167,6 @@ class StateUsersController extends AppController
|
||||
$l_user = $user['login'][0];
|
||||
$finalUser['name'] = $l_user['first_name'] . ' ' . $l_user['last_name'];
|
||||
$finalUser['email'] = $l_user['email'];
|
||||
echo "<br>created: ";
|
||||
var_dump($l_user['created']);
|
||||
echo "<br>";
|
||||
$finalUser['created'] = new FrozenTime($l_user['created']);
|
||||
if(count($user['community']) == 1) {
|
||||
$state = 'account copied to community';
|
||||
|
||||
@ -42,7 +42,7 @@ $GLOBALS["self"] = $this;
|
||||
<body class="header-fixed">
|
||||
<div class="versionstring dev-info">
|
||||
<p class="grd_small"><?= __("Community Server in Entwicklung") ?></p>
|
||||
<p class="grd_small">Alpha 0.20.KW03.01</p>
|
||||
<p class="grd_small">Alpha 0.20.KW03.02</p>
|
||||
</div>
|
||||
<nav class="t-header">
|
||||
<div class="t-header-brand-wrapper">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user