diff options
author | wei <> | 2007-05-09 04:31:09 +0000 |
---|---|---|
committer | wei <> | 2007-05-09 04:31:09 +0000 |
commit | 559f04e22869e3b54ffc25b22a74aa297bf65c41 (patch) | |
tree | 08f1d49af1b401965bb8c5a2f24f0203309ec265 /framework/Data/Common | |
parent | c3c0dc28d3e9964bddbe66dac34080cf9e1dd05c (diff) |
Fixed #547
Diffstat (limited to 'framework/Data/Common')
-rw-r--r-- | framework/Data/Common/TDbCommandBuilder.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Data/Common/TDbCommandBuilder.php b/framework/Data/Common/TDbCommandBuilder.php index 3535100f..0d960c8d 100644 --- a/framework/Data/Common/TDbCommandBuilder.php +++ b/framework/Data/Common/TDbCommandBuilder.php @@ -331,7 +331,7 @@ class TDbCommandBuilder extends TComponent * @param mixed PHP value
* @return integer PDO parameter types.
*/
- protected function getPdoType($value)
+ public static function getPdoType($value)
{
switch(gettype($value))
{
|