summaryrefslogtreecommitdiff
path: root/framework/DataAccess/SQLMap/TSqlMapper.php
diff options
context:
space:
mode:
authorwei <>2006-05-18 08:16:21 +0000
committerwei <>2006-05-18 08:16:21 +0000
commit1f8410794c8213d87227fabae2114a3be8033ece (patch)
tree68571a616595e5e01f32d68cb79b689dd02d2529 /framework/DataAccess/SQLMap/TSqlMapper.php
parent3d437d9dcd37dc901f53ca3322ba118851e3c676 (diff)
Moved adodb to 3rdParty directory.
Diffstat (limited to 'framework/DataAccess/SQLMap/TSqlMapper.php')
-rw-r--r--framework/DataAccess/SQLMap/TSqlMapper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/DataAccess/SQLMap/TSqlMapper.php b/framework/DataAccess/SQLMap/TSqlMapper.php
index 26e6c115..2c760c1e 100644
--- a/framework/DataAccess/SQLMap/TSqlMapper.php
+++ b/framework/DataAccess/SQLMap/TSqlMapper.php
@@ -7,7 +7,7 @@ Prado::using('System.Collections.*');
Prado::using('System.DataAccess.SQLMap.DataMapper.TTypeHandlerFactory');
Prado::using('System.DataAccess.SQLMap.DataMapper.TSqlMapCache');
Prado::using('System.DataAccess.SQLMap.DataMapper.TDataMapperException');
-Prado::using('System.DataAccess.TAdodbProvider');
+Prado::using('System.DataAccess.TAdodb');
/**
* DataMapper client, a facade to provide access the rest of the DataMapper