diff --git a/ChangeLog b/ChangeLog index 16b99bcc01..429a72871a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,7 @@ To Do: * Add postgreSQL support and a Database abstraction layer * Refine viewing preferences * Add profiles for each user + * Refine viewing news archives XX.XX.2000 - 0.10.2 diff --git a/account_update.php3 b/account_update.php3 index 829a1881b4..2e955bd19b 100644 --- a/account_update.php3 +++ b/account_update.php3 @@ -9,32 +9,34 @@ @@ -59,6 +61,9 @@ ### SUCCESS if ( $result ) { PRINT "Your account has been successfully updated...

"; + if ( $f_protected=="on" ) { + PRINT "Account protected. Cannot change some settings.

"; + } } ### FAILURE else { diff --git a/bug_update_page.php3 b/bug_update_page.php3 index ca1d1e77c1..7d2ea3ca38 100644 --- a/bug_update_page.php3 +++ b/bug_update_page.php3 @@ -21,10 +21,16 @@

+

[ Back ]
+ +?> \ No newline at end of file diff --git a/report_bug_page.php3 b/report_bug_page.php3 index c019308679..853d7a4549 100644 --- a/report_bug_page.php3 +++ b/report_bug_page.php3 @@ -21,10 +21,16 @@

+

[ Advanced Report ]
+