From c7c578c2d1cc74f62e74557e4858b4a5535e847d Mon Sep 17 00:00:00 2001 From: nate Date: Sun, 17 Jun 2007 00:36:25 +0000 Subject: [PATCH] Rolling back DboSource changes from 1.2 to 1.1 git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5287 3807eeeb-6ff5-0310-8944-8be069107fe0 --- cake/libs/model/datasources/dbo_source.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cake/libs/model/datasources/dbo_source.php b/cake/libs/model/datasources/dbo_source.php index 09d41e44b..8678aad66 100644 --- a/cake/libs/model/datasources/dbo_source.php +++ b/cake/libs/model/datasources/dbo_source.php @@ -1809,4 +1809,4 @@ function conditionKeysToString($conditions, $quoteValues = true) { } } -?> +?> \ No newline at end of file