diff options
author | wei <> | 2006-09-07 07:55:53 +0000 |
---|---|---|
committer | wei <> | 2006-09-07 07:55:53 +0000 |
commit | ac92df7958d7985062bd7f559a9041289bdf5a2f (patch) | |
tree | 3b32e4531778e305f029e9d26c3fa5cf4ee9b162 /framework/PradoBase.php | |
parent | 4a2b6386f279f364be14c897970a9f17fd2a2b21 (diff) |
Add svn keyword $Id$
Diffstat (limited to 'framework/PradoBase.php')
-rw-r--r-- | framework/PradoBase.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/PradoBase.php b/framework/PradoBase.php index 108cf1e7..8056ed20 100644 --- a/framework/PradoBase.php +++ b/framework/PradoBase.php @@ -9,7 +9,7 @@ * @link http://www.pradosoft.com/
* @copyright Copyright © 2005 PradoSoft
* @license http://www.pradosoft.com/license/
- * @version $Revision: $ $Date: $
+ * @version $Id$
* @package System
*/
@@ -36,7 +36,7 @@ require_once(PRADO_DIR.'/Util/TLogger.php'); * rewritten for customization.
*
* @author Qiang Xue <qiang.xue@gmail.com>
- * @version $Revision: $ $Date: $
+ * @version $Id$
* @package System
* @since 3.0
*/
@@ -593,7 +593,7 @@ class PradoBase * This class was originally written to cope with the incompatibility between different PHP versions.
* It is equivalent to ReflectionClass for PHP version >= 5.1.0
* @author Qiang Xue <qiang.xue@gmail.com>
- * @version $Revision: $ $Date: $
+ * @version $Id$
* @package System
* @since 3.0
*/
|