From 1df648f6bb81bcaee07f473ac6bd9eff20753a81 Mon Sep 17 00:00:00 2001 From: Normann Lou Date: Mon, 16 Jul 2012 14:53:17 +1200 Subject: [PATCH] MINOR: use framework to replace sapphire for inline document. --- code/SQLitePDODatabase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/SQLitePDODatabase.php b/code/SQLitePDODatabase.php index 395a386..d01255e 100644 --- a/code/SQLitePDODatabase.php +++ b/code/SQLitePDODatabase.php @@ -110,7 +110,7 @@ class SQLitePDODatabase extends SQLite3Database { class SQLitePDOQuery extends SQLite3Query { /** - * Hook the result-set given into a Query class, suitable for use by sapphire. + * Hook the result-set given into a Query class, suitable for use by framework. * @param database The database object that created this query. * @param handle the internal sqlitePDO handle that is points to the resultset. */