summaryrefslogtreecommitdiff
path: root/modules/forum
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-07-24 17:28:27 +0000
committerDries Buytaert <dries@buytaert.net>2010-07-24 17:28:27 +0000
commitdca92900fbf0b938ae735883ff9bebfc8342e58c (patch)
tree5bc5e54dfea9e49c2ee680d39209222b3f037175 /modules/forum
parentde9d0049a4c1bb02ab76dad82f321b278056e27f (diff)
downloadbrdo-dca92900fbf0b938ae735883ff9bebfc8342e58c.tar.gz
brdo-dca92900fbf0b938ae735883ff9bebfc8342e58c.tar.bz2
- Patch #850152 by kiamlaluno: use 'elseif' in place of 'else if'.
Diffstat (limited to 'modules/forum')
-rw-r--r--modules/forum/forum.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/forum/forum.module b/modules/forum/forum.module
index 720ee514f..3258b3930 100644
--- a/modules/forum/forum.module
+++ b/modules/forum/forum.module
@@ -761,7 +761,7 @@ function forum_forum_load($tid = NULL) {
}
}
// If $tid is 0, create an empty object to hold the child terms.
- else if ($tid === 0) {
+ elseif ($tid === 0) {
$forum_term = (object) array(
'tid' => 0,
);