Subversion Repositories personal-webbase

Rev

Rev 14 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14 Rev 15
Line 42... Line 42...
42
 
42
 
43
  if ($einzug == 0)
43
  if ($einzug == 0)
44
  {
44
  {
45
    $durchlauf += gfx_zeichneitems($modul, $table, $append, $dir);
45
    $durchlauf += gfx_zeichneitems($modul, $table, $append, $dir);
46
    if ($durchlauf == 0)
46
    if ($durchlauf == 0)
47
    gfx_tablecontent('100%', 'Es sind keine Elemente in dieser Sektion vorhanden.', '', '', '', '', '', '');
47
    wb_draw_table_content('100%', 'Es sind keine Elemente in dieser Sektion vorhanden.', '', '', '', '', '', '');
48
  }
48
  }
49
}
49
}
50
 
50
 
51
function liste_ordner($modul, $append, $dir = 0, $ausschluss = 0)
51
function liste_ordner($modul, $append, $dir = 0, $ausschluss = 0)
52
{
52
{