Changeset 221
- Timestamp:
- 02/20/09 04:35:39 (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
r180 r221 476 476 )); 477 477 478 $data['profile:details'][] = (object)(array( 479 "name" => __gettext("Project Creation Date"), 480 "internal_name" => "start_time", 481 "field_type" => "text", 482 "user_type" => "project", 483 "category" => __gettext("Basic details"), 484 "invisible" => false, 485 "required" => true, 486 "col2" => true, 487 "default_access" => 'PUBLIC', 488 )); 478 489 479 490 $data['profile:details'][] = (object)(array(

