Changeset 10576
- Timestamp:
- May 22, 2009, 4:26:25 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/modules/boonex/shared_files/classes/BxShFilesSearch.php ¶
r10567 r10576 310 310 311 311 function serviceGetFileArray($iId) { 312 $iId = (int)$iId; 312 $this->clearFilters(); 313 $iId = (int)$iId; 313 314 $this->aCurrent['restriction']['id'] = array( 314 315 'value' => $iId, … … 317 318 ); 318 319 $aData = $this->getSearchData(); 320 if (!$aData) 321 return array(); 319 322 $sIcon = !empty($aData[0]['Icon']) ? $aData[0]['Icon'] :'default.png'; 320 323 $aInfo = array(
Note: See TracChangeset
for help on using the changeset viewer.