Changeset 224
- Timestamp:
- 02/20/09 05:00:15 (9 months ago)
- Files:
-
- elgg/trunk/mod/profile/profile.config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
elgg/trunk/mod/profile/profile.config.php
r221 r224 487 487 "default_access" => 'PUBLIC', 488 488 )); 489 $data['profile:details'][] = (object)(array( 490 "name" => __gettext("Last Ticket Modification"), 491 "internal_name" => "last_ticket_change", 492 "field_type" => "text", 493 "user_type" => "project", 494 "category" => __gettext("Basic details"), 495 "invisible" => false, 496 "required" => true, 497 "col2" => true, 498 )); 489 499 490 500 $data['profile:details'][] = (object)(array(

