- '.$x.' |
+ '.$x.' |
'.$y.'
';
}
@@ -672,7 +672,7 @@ function post_int($name, $optional=false) {
return $y;
}
-function get_array($name) {
+function get_array($name, $optional=false) {
if (isset($_GET[$name])) {
$x = $_GET[$name];
} else {
diff --git a/html/project.sample/project.inc b/html/project.sample/project.inc
index 6daebfb037..af02f03b89 100644
--- a/html/project.sample/project.inc
+++ b/html/project.sample/project.inc
@@ -85,7 +85,7 @@ function project_banner($title, $prefix, $is_main) {
function project_footer($show_return, $show_date, $prefix) {
// If you include any links, prepend URL with $prefix
//
- echo '
+ echo '
©'.gmdate("Y ").COPYRIGHT_HOLDER.'
diff --git a/html/user/edit_forum_preferences_form.php b/html/user/edit_forum_preferences_form.php
index 2242049e64..fda228935d 100644
--- a/html/user/edit_forum_preferences_form.php
+++ b/html/user/edit_forum_preferences_form.php
@@ -154,7 +154,7 @@ row2(tra("Filtered users").
"
".tra("Ignore message board posts and private messages from these users.")." ",
"$forum_filtered_userlist
".tra("User ID (For instance: 123456789)")."
-
+
"
);
diff --git a/html/user/forum_forum.php b/html/user/forum_forum.php
index 6637e2eb93..e0c9405819 100644
--- a/html/user/forum_forum.php
+++ b/html/user/forum_forum.php
@@ -113,6 +113,7 @@ echo '
|