Changeset 2552
- Timestamp:
- 09/17/06 03:51:55 (7 years ago)
- Files:
-
- modules/branches/2.2/cidlookup/functions.inc.php (modified) (1 diff)
- modules/branches/2.2/music/page.music.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.2/cidlookup/functions.inc.php
r2548 r2552 260 260 return false; 261 261 extract($post); 262 if ( $cache != 1)262 if (!isset($cache)) 263 263 $cache = 0; 264 264 $results = sql(" modules/branches/2.2/music/page.music.php
r2446 r2552 146 146 closedir($handle); 147 147 148 return $file_array; //return the size of the array148 return (isset($file_array))?$file_array:null; //return the size of the array 149 149 150 150 }
