Changeset 3142 for branches/1.2/bp-groups/bp-groups-classes.php
- Timestamp:
- 07/21/2010 07:33:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-groups/bp-groups-classes.php
r3113 r3142 771 771 $this->inviter_id = 0; 772 772 $this->is_confirmed = 1; 773 $this->date_modified = gmdate( "Y-m-d H:i:s");773 $this->date_modified = bp_core_current_time(); 774 774 } 775 775 776 776 function accept_request() { 777 777 $this->is_confirmed = 1; 778 $this->date_modified = gmdate( "Y-m-d H:i:s");778 $this->date_modified = bp_core_current_time(); 779 779 } 780 780
Note: See TracChangeset
for help on using the changeset viewer.