Changeset 263
- Timestamp:
- 02/20/06 19:16:18 (3 years ago)
- Files:
-
- devel/units/communities/communities_edit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/units/communities/communities_edit.php
r110 r263 27 27 list($width, $height, $type, $attr) = $defaulticonparams; 28 28 // $info = $info[0]; 29 if ($info->icon != -1) {30 $icon = db_query("select filename from icons where ident = " . $info->icon . " and owner = " . $info->ident);29 // if ($info->icon != -1) { 30 $icon = db_query("select filename from icons where ident = " . $info->icon); 31 31 if (sizeof($icon) == 1) { 32 32 $icon = $icon[0]->filename; … … 36 36 } 37 37 } 38 }38 // } 39 39 40 40 if (sizeof($parameter[1]) > 4) {
