Changeset 173
- Timestamp:
- 01/22/06 20:59:23 (3 years ago)
- Files:
-
- devel/units/friends/friends_edit.php (modified) (2 diffs)
- devel/units/friends/friends_of_edit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/units/friends/friends_edit.php
r110 r173 27 27 list($width, $height, $type, $attr) = $defaulticonparams; 28 28 // $info = $info[0]; 29 if ($info->icon != -1) {29 // if ($info->icon != -1) { 30 30 $icon = db_query("select filename from icons where ident = " . $info->icon . " and owner = " . $info->ident); 31 31 if (sizeof($icon) == 1) { … … 35 35 list($width, $height, $type, $attr) = $defaulticonparams; 36 36 } 37 } else { 38 $icon = "default.png"; 37 39 } 38 }40 // } 39 41 40 42 if (sizeof($parameter[1]) > 4) { devel/units/friends/friends_of_edit.php
r110 r173 27 27 list($width, $height, $type, $attr) = $defaulticonparams; 28 28 // $info = $info[0]; 29 if ($info->icon != -1) {29 // if ($info->icon != -1) { 30 30 $icon = db_query("select filename from icons where ident = " . $info->icon . " and owner = " . $info->ident); 31 31 if (sizeof($icon) == 1) { … … 35 35 list($width, $height, $type, $attr) = $defaulticonparams; 36 36 } 37 } else { 38 $icon = "default.png"; 37 39 } 38 }40 // } 39 41 40 42 if (sizeof($parameter[1]) > 4) {
