From 31ad3ce33c915b64d903ce920df7859b4de7e6b5 Mon Sep 17 00:00:00 2001 From: Gustavo Adolfo Cruz Laura Date: Mon, 24 Jan 2011 22:02:56 +0000 Subject: [PATCH] changes for phpdocumentator 8 --- gulliver/system/class.dbconnection.php | 4 ++++ gulliver/system/class.error.php | 3 +++ gulliver/system/class.templatePower.php | 4 ++++ gulliver/system/class.ymlDomain.php | 3 +++ 4 files changed, 14 insertions(+) diff --git a/gulliver/system/class.dbconnection.php b/gulliver/system/class.dbconnection.php index 2051166a9..1875108f0 100644 --- a/gulliver/system/class.dbconnection.php +++ b/gulliver/system/class.dbconnection.php @@ -24,6 +24,10 @@ * */ +/** + * @package gulliver.system +*/ + require_once ("DB.php"); define ( 'DB_ERROR_NO_SHOW_AND_CONTINUE', 0); diff --git a/gulliver/system/class.error.php b/gulliver/system/class.error.php index f5553651f..819be53d1 100644 --- a/gulliver/system/class.error.php +++ b/gulliver/system/class.error.php @@ -24,6 +24,9 @@ * */ +/** + * @package gulliver.system +*/ require_once 'PEAR.php'; diff --git a/gulliver/system/class.templatePower.php b/gulliver/system/class.templatePower.php index 8332182e2..9bd1329d6 100644 --- a/gulliver/system/class.templatePower.php +++ b/gulliver/system/class.templatePower.php @@ -54,6 +54,10 @@ // // $Id: Version 3.0.2$ +/** + * @package gulliver.system +*/ + define("T_BYFILE", 0); define("T_BYVAR", 1); diff --git a/gulliver/system/class.ymlDomain.php b/gulliver/system/class.ymlDomain.php index 8821654f8..f4dd5a55e 100644 --- a/gulliver/system/class.ymlDomain.php +++ b/gulliver/system/class.ymlDomain.php @@ -24,6 +24,9 @@ * */ +/** + * @package gulliver.system +*/ require_once( PATH_THIRDPARTY.'lime/yaml.class.php'); /** * ymlDomain class