From 0b693fb5b947113f5039cd993e06ae4e9761a43f Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 11 Apr 2005 00:20:32 +0000 Subject: [PATCH] Fixed faulty documentation. --- template.php | 2 +- template_fs.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/template.php b/template.php index 1da7bfd..49f80fb 100644 --- a/template.php +++ b/template.php @@ -58,7 +58,7 @@ class DB_Template * Takes an array of template names, loads them, and then stores * a parsed version for optimum speed. * - * @var array List of template names to be cached + * @param array List of template names to be cached */ function cache($namearray) { diff --git a/template_fs.php b/template_fs.php index 0c23d69..032dc8e 100644 --- a/template_fs.php +++ b/template_fs.php @@ -45,7 +45,7 @@ class FS_Template extends DB_Template * Takes an array of template names, loads them, and then stores * a parsed version for optimum speed. * - * @var array List of template names to be cached + * @param array List of template names to be cached */ function cache($namearray) { @@ -69,7 +69,7 @@ class FS_Template extends DB_Template * Loads a template from the file system from the specified $templatedir * with the file extension $extension * - * @var name The name of the template call + * @param str The name of the template call */ function _load($name) { -- 2.43.5