diff options
author | Chris Smith <toonarmy@phpbb.com> | 2008-12-02 20:04:27 +0000 |
---|---|---|
committer | Chris Smith <toonarmy@phpbb.com> | 2008-12-02 20:04:27 +0000 |
commit | 9ef743ba7dc20d92a69988d6cd65fdef6d0dce12 (patch) | |
tree | e5c5085190ac25caf8b3b862e72644e31f2c643a /phpBB | |
parent | 79dc2e79b293d3c4e45fe29a9738777301d3a414 (diff) | |
download | forums-9ef743ba7dc20d92a69988d6cd65fdef6d0dce12.tar forums-9ef743ba7dc20d92a69988d6cd65fdef6d0dce12.tar.gz forums-9ef743ba7dc20d92a69988d6cd65fdef6d0dce12.tar.bz2 forums-9ef743ba7dc20d92a69988d6cd65fdef6d0dce12.tar.xz forums-9ef743ba7dc20d92a69988d6cd65fdef6d0dce12.zip |
fix tiny typos in r9087
git-svn-id: file:///svn/phpbb/trunk@9158 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/functions_template.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/functions_template.php b/phpBB/includes/functions_template.php index 4e2836590e..471ca5eca3 100644 --- a/phpBB/includes/functions_template.php +++ b/phpBB/includes/functions_template.php @@ -437,7 +437,7 @@ class template_filter extends php_user_filter $namespace = substr($varrefs[1], 0, -1); $namespace = (strpos($namespace, '.') === false) ? $namespace : strrchr($namespace, '.'); - // S_ROW_COUNT is deceptive, it returns the current row number now the number of rows + // S_ROW_COUNT is deceptive, it returns the current row number not the number of rows // hence S_ROW_COUNT is deprecated in favour of S_ROW_NUM switch ($varrefs[3]) { @@ -643,7 +643,7 @@ class template_filter extends php_user_filter $expr = true; - // S_ROW_COUNT is deceptive, it returns the current row number now the number of rows + // S_ROW_COUNT is deceptive, it returns the current row number not the number of rows // hence S_ROW_COUNT is deprecated in favour of S_ROW_NUM switch ($varname) { |