Changeset 424096
- Timestamp:
- 08/16/2011 07:59:17 AM (14 years ago)
- File:
-
- 1 edited
-
forumconverter/branches/1.08/PhpbbToBbpress.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
forumconverter/branches/1.08/PhpbbToBbpress.php
r424095 r424096 1087 1087 if ($user === NULL) 1088 1088 { 1089 $this->fc_echo('Mapping missing user to Anonymous ');1089 $this->fc_echo('Mapping missing user to Anonymous<br/>'); 1090 1090 $user = $wpdb->get_row('SELECT * FROM '.$wpdb->prefix.'users WHERE user_nicename="anonymous"'); 1091 1091 }
Note: See TracChangeset
for help on using the changeset viewer.