Changeset 221

Show
Ignore:
Timestamp:
02/20/09 04:35:39 (9 months ago)
Author:
gallardj
Message:

refs 2674. This allows the new Project Start Date profile attr to be displayed on the project profiles

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • elgg/trunk/mod/profile/profile.config.php

    r180 r221  
    476476                                                                    )); 
    477477 
     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                                                                    )); 
    478489 
    479490        $data['profile:details'][] = (object)(array(