Index: trunk/extensions/PovWatch/PovWatch_body.php |
— | — | @@ -220,7 +220,7 @@ |
221 | 221 | $dbr =& wfGetDB( DB_SLAVE ); |
222 | 222 | $res = $dbr->select( |
223 | 223 | array( 'povwatch_log', 'user' ), |
224 | | - array( 'pwl_user', 'user_name' ), |
| 224 | + array( 'pwl_user', 'user_name', 'pwl_namespace', 'pwl_title', 'pwl_timestamp', 'pwl_comment' ), |
225 | 225 | array( 'pwl_user=user_id' ), |
226 | 226 | __METHOD__ |
227 | 227 | ); |