diff options
author | Christophe.Boulain <> | 2010-02-15 09:20:35 +0000 |
---|---|---|
committer | Christophe.Boulain <> | 2010-02-15 09:20:35 +0000 |
commit | d860219f366a8fbe63b03d26c69525d4e6bd4f3a (patch) | |
tree | 6520a9a0a70a941d122de10d8f5ae9e3883a0ac6 /framework/pradolite.php | |
parent | 94e94e0a8566f23d16658a04c55b0bbfdd6689aa (diff) |
Merge from r2765 (and some others) 3.1
Added TActiveTableRow QST page
Corrected an uninitialized array in TScaffoldBase
Diffstat (limited to 'framework/pradolite.php')
-rw-r--r-- | framework/pradolite.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/pradolite.php b/framework/pradolite.php index 6d5b13fd..726a5343 100644 --- a/framework/pradolite.php +++ b/framework/pradolite.php @@ -1,7 +1,7 @@ <?php
/**
* File Name: pradolite.php
- * Last Update: 2009/05/29 18:09:00
+ * Last Update: 2009/05/11 08:48:33
* Generated By: buildscripts/phpbuilder/build.php
*
* This file is used in lieu of prado.php to boost PRADO application performance.
@@ -24,7 +24,7 @@ class PradoBase private static $_logger=null; public static function getVersion() { - return '3.1.6-dev'; + return '3.1.5a'; } public static function initErrorHandlers() { |