Changeset 7217
- Timestamp:
- 11/02/08 16:26:33 (5 years ago)
- Files:
-
- modules/branches/2.5/parking/functions.inc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/parking/functions.inc.php
r6865 r7217 167 167 $destlist[] = array( 168 168 'dest' => $thisdest, 169 'description' => 'Parking Lot',169 'description' => _('Parking Lot'), 170 170 'edit_url' => 'config.php?type='.$type.'&display=parking', 171 171 ); … … 184 184 $usage_arr[] = array( 185 185 'url_query' => 'config.php?type='.$type.'&display=parking', 186 'description' => "Parking Lot",186 'description' => _("Parking Lot"), 187 187 ); 188 188 return $usage_arr;
