[svn r15175] Fixing possible unspotted bug in group documents

skala
Yannick Warnier 18 years ago
parent f60054ebce
commit 5b38cefe36
  1. 6
      main/document/document.php

@ -1,4 +1,4 @@
<?php // $Id: document.php 15174 2008-04-29 18:00:04Z yannoo $
<?php // $Id: document.php 15175 2008-04-29 18:05:07Z yannoo $
/*
==============================================================================
@ -271,11 +271,11 @@ $array_len=count($dir_array);
if ($array_len >1)
{
if(! isset($_SESSION['_gid']) && $_SESSION['_gid']=='')
if(empty($_SESSION['_gid']==''))
{
$url_dir='document.php?&curdirpath=/';
$interbreadcrumb[]= array ('url'=>$url_dir, 'name'=> get_lang('HomeDirectory'));
}
}
}
$dir_acum='';

Loading…
Cancel
Save