added namespace

This commit is contained in:
Roland Gruber 2017-03-06 19:18:58 +01:00
parent a3d6ea07b4
commit 6da80b323e
1 changed files with 5 additions and 4 deletions

View File

@ -1,10 +1,11 @@
<?php <?php
namespace LAM\HELP;
/* /*
$Id$ $Id$
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
Copyright (C) 2003 - 2006 Michael Duergner Copyright (C) 2003 - 2006 Michael Duergner
2008 - 2015 Roland Gruber 2008 - 2017 Roland Gruber
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -26,7 +27,7 @@ $Id$
/** /**
* LDAP Account Manager help page. * LDAP Account Manager help page.
* *
* @author Michael Duergner * @author Michael Duergner
* @author Roland Gruber * @author Roland Gruber
* @package Help * @package Help
@ -77,8 +78,8 @@ function echoHTMLFoot() {
/** /**
* Print help site for a specific help number. * Print help site for a specific help number.
* *
* @param array The help entry that is to be displayed. * @param array The help entry that is to be displayed.
*/ */
function displayHelp($helpEntry) { function displayHelp($helpEntry) {
echoHTMLHead(); echoHTMLHead();