Changeset 1834 for trunk/bp-forums.php
- Timestamp:
- 09/09/2009 10:20:13 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-forums.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums.php
r1749 r1834 132 132 'topic_last_poster' => $bp->loggedin_user->id, // accepts ids 133 133 'topic_last_poster_name' => $bp->loggedin_user->fullname, // accept names 134 'topic_start_time' => bb_current_time( 'mysql' ),135 'topic_time' => bb_current_time( 'mysql' ),134 'topic_start_time' => date( 'Y-m-d H:i:s' ), 135 'topic_time' => date( 'Y-m-d H:i:s' ), 136 136 'topic_open' => 1, 137 137 'forum_id' => 0 // accepts ids or slugs … … 247 247 'topic_id' => false, 248 248 'post_text' => '', 249 'post_time' => bb_current_time( 'mysql' ),249 'post_time' => date( 'Y-m-d H:i:s' ), 250 250 'poster_id' => $bp->loggedin_user->id, // accepts ids or names 251 251 'poster_ip' => $_SERVER['REMOTE_ADDR'],
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)