Qual: Removed errors and warnings reported by codesniffer
This commit is contained in:
parent
5d89190b63
commit
7ce37c48c1
@ -21,7 +21,7 @@
|
|||||||
/**
|
/**
|
||||||
* \file htdocs/index.php
|
* \file htdocs/index.php
|
||||||
* \brief Dolibarr home page
|
* \brief Dolibarr home page
|
||||||
* \version $Id$
|
* \version $Id: index.php,v 1.198 2011/07/08 15:35:08 eldy Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
define('NOCSRFCHECK',1); // This is login page. We must be able to go on it from another web site.
|
define('NOCSRFCHECK',1); // This is login page. We must be able to go on it from another web site.
|
||||||
@ -574,16 +574,17 @@ if ($user->admin && empty($conf->global->MAIN_REMOVE_INSTALL_WARNING))
|
|||||||
|
|
||||||
$db->close();
|
$db->close();
|
||||||
|
|
||||||
llxFooter('$Date$ - $Revision$');
|
llxFooter('$Date: 2011/07/08 15:35:08 $ - $Revision: 1.198 $');
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Show weather logo. Logo to show depends on $totallate and values for
|
* Show weather logo. Logo to show depends on $totallate and values for
|
||||||
* $conf->global->MAIN_METEO_OFFSET
|
* $conf->global->MAIN_METEO_OFFSET
|
||||||
* $conf->global->MAIN_METEO_GAP
|
* $conf->global->MAIN_METEO_GAP
|
||||||
* @param $totallate Nb of element late
|
*
|
||||||
* @param $text Text to show on logo
|
* @param int $totallate Nb of element late
|
||||||
* @param $options More parameters on img tag
|
* @param string $text Text to show on logo
|
||||||
|
* @param string $options More parameters on img tag
|
||||||
* @return string Return img tag of weather
|
* @return string Return img tag of weather
|
||||||
*/
|
*/
|
||||||
function showWeather($totallate,$text,$options)
|
function showWeather($totallate,$text,$options)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user