Fix: Fix regression after removing pre.inc.php

This commit is contained in:
Laurent Destailleur 2010-03-16 01:18:25 +00:00
parent 3c9f50d34a
commit d38f72f50a

View File

@ -1227,6 +1227,8 @@ function printSearchForm($urlaction,$urlobject,$title,$htmlmodesearch='search',$
* \remarks Close 2 div * \remarks Close 2 div
* \param foot A text to add in HTML generated page * \param foot A text to add in HTML generated page
*/ */
if (! function_exists("llxFooter"))
{
function llxFooter($foot='') function llxFooter($foot='')
{ {
global $conf, $dolibarr_auto_user, $micro_start_time; global $conf, $dolibarr_auto_user, $micro_start_time;
@ -1287,5 +1289,6 @@ function llxFooter($foot='')
print "</body>\n"; print "</body>\n";
print "</html>\n"; print "</html>\n";
} }
}
?> ?>