Updated CodeCorner1 (markdown)

leithoff 2016-05-31 16:32:28 +02:00
parent 39c7353686
commit 8071894ab7

@ -122,7 +122,7 @@ We provided only the starting ```<?php``` tag, to avoid problems with trailing b
You have now created your first application within eGroupware.
Unleash the ```_debug_array($GLOBALS['egw_info'])``` and you will get info thrown at you, that you did not really want to have in the first place. A lot.
```_debug_array($userinfo')``` informs you about your loginid your sessionid and so on (after we stripped some of the info, that may or may not confuse you at this time).
```_debug_array($userinfo)``` informs you about your loginid your sessionid and so on (after we stripped some of the info, that may or may not confuse you at this time).
***
```php
Array