diff -r 0f039028f7a5 -r 7846d45bd250 includes/pageutils.php --- a/includes/pageutils.php Thu Nov 22 02:10:12 2007 -0500 +++ b/includes/pageutils.php Fri Nov 23 17:59:24 2007 -0500 @@ -623,8 +623,8 @@ { $rc = ''; } - echo 'nslist['User'] . $r['author']) ) + echo 'nslist['User'] . sanitize_page_id($r['author'])) ) { echo 'class="wikilink-nonexistent"'; } @@ -672,8 +672,8 @@ echo '' . $r['date_string'] . ''; // User - echo 'nslist['User'] . $r['author'])) echo 'class="wikilink-nonexistent"'; + echo 'nslist['User'] . sanitize_page_id($r['author']))) echo 'class="wikilink-nonexistent"'; echo '>' . $r['author'] . ''; @@ -1020,7 +1020,7 @@ // Determine the name, and whether to link to the user page or not $name = ''; - if($row['user_id'] > 0) $name .= ''; + if($row['user_id'] > 0) $name .= ''; $name .= $row['name']; if($row['user_id'] > 0) $name .= ''; $strings['NAME'] = $name; unset($name);