Changeset 299
- Timestamp:
- 12/23/07 01:45:24 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/includes/class.item.php
r297 r299 184 184 185 185 $row = $qry->getRow(); 186 if ($row['groupID']) return $row[' itm_id'];186 if ($row['groupID']) return $row['groupID']; 187 187 } 188 188 }