2
0
forked from Wavyzz/dolibarr

Fix: Removed a lot of warnings

This commit is contained in:
Laurent Destailleur
2011-06-08 23:10:42 +00:00
parent 20f6615cbe
commit d4376e60a2
7 changed files with 39 additions and 31 deletions

View File

@@ -495,7 +495,7 @@ function dol_fiche_head($links=array(), $active='0', $title='', $notab=0, $picto
// Show tabs
for ($i = 0 ; $i <= $maxkey ; $i++)
{
if ($links[$i][2] == 'image')
if (isset($links[$i][2]) && $links[$i][2] == 'image')
{
if (!empty($links[$i][0]))
{