Fix: Supprime warnings mode error E_ALL

This commit is contained in:
Laurent Destailleur
2005-08-11 18:51:38 +00:00
parent c7dbb131d6
commit 5c72b39ecf
5 changed files with 164 additions and 80 deletions

View File

@@ -82,7 +82,7 @@ $chaine = eregi_replace('</h2>','</div>',$chaine);
$chaine = eregi_replace('<td class="e">','<td class="impair">',$chaine);
$chaine = eregi_replace('<td class="v">','<td class="pair">',$chaine);
if ($title)
if (isset($title))
{
print_titre($title);
print '<br>';