Changeset 530 for trunk/Common/Form/Types
- Timestamp:
- Apr 23, 2013, 10:49:05 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Form/Types/OneToMany.php
r529 r530 19 19 $DbRow = $DbResult->fetch_assoc(); 20 20 $Output = '<a href="?t='.$Type['Parameters']['Table'].'&a='. 21 'view'.'&i d='.$Item['Value'].'">'.$DbRow['Name'].'</a>';21 'view'.'&i='.$Item['Value'].'">'.$DbRow['Name'].'</a>'; 22 22 } else $Output = ''; 23 23 return($Output);
Note:
See TracChangeset
for help on using the changeset viewer.