From 55677896eb839e20542440e51c5737a318240dab Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sat, 12 Apr 2008 18:40:20 +0200 Subject: update documentation Signed-off-by: Andreas Unterkircher --- phpfspot.class.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'phpfspot.class.php') diff --git a/phpfspot.class.php b/phpfspot.class.php index b8f45a8..95227aa 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -28,6 +28,9 @@ require_once "phpfspot_db.php"; /** * PHPFSPOT main class * + * this class contains the most functions which will to the major + * work for phpfspot. + * * @package phpfspot */ class PHPFSPOT { @@ -2563,7 +2566,7 @@ class PHPFSPOT { * error message * @param string $file * @param boolean $silent - * @retrun boolean + * @return boolean */ private function check_readable($file, $silent = null) { -- cgit v1.2.3-18-g5258