ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/php/shared/iutils.inc.php
(Generate patch)

Comparing projects/cms/source/reports/php/shared/iutils.inc.php (file contents):
Revision 1.6 by tdb, Fri Feb 11 14:05:32 2005 UTC vs.
Revision 1.7 by tdb, Fri Mar 11 17:29:14 2005 UTC

# Line 34 | Line 34 | function getdirArray($dir='./',$sort='asort') {
34          if($fd == TRUE) {
35              closedir($fd);
36          }
37 <        if (is_array($dir_array)) {
37 >        if (isset($dir_array) && is_array($dir_array)) {
38              $sort($dir_array);
39              $dir_file_count = count($dir_array);
40              Return $dir_array;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines