mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 17:56:52 +02:00
Fixed some little bugs in viewtopic. Also made sure viewtopic's next/prev functionality only views topics in the current forum.
Added some extra error messages to modify profile for when the query fails. git-svn-id: file:///svn/phpbb/trunk@321 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -90,6 +90,7 @@ $l_returnindex = "$l_toreturn to the forum index";
|
||||
$l_returntopic = "$l_toreturn to the forum topic list.";
|
||||
|
||||
$l_error = "Error";
|
||||
$l_dberror = "A database error occured, please try again later.";
|
||||
$l_tryagain = "Please go back and try again.";
|
||||
$l_mismatch = "Passwords do not match.";
|
||||
$l_userremoved = "This user has been removed from the User database";
|
||||
|
Reference in New Issue
Block a user