From 7e0f1b300ee20c24702fcd3b1ce242ef0169ccc3 Mon Sep 17 00:00:00 2001 From: wei <> Date: Fri, 28 Jul 2006 13:01:47 +0000 Subject: Update sqlite time-tracker demo. --- demos/time-tracker/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/time-tracker') diff --git a/demos/time-tracker/index.php b/demos/time-tracker/index.php index ec14639e..9a03ed65 100644 --- a/demos/time-tracker/index.php +++ b/demos/time-tracker/index.php @@ -6,7 +6,7 @@ $frameworkPath='../../framework/prado.php'; $assetsPath=$basePath."/assets"; $runtimePath=$basePath."/protected/runtime"; -$sqliteDbDir = $basePath."/protected/App_Data/Sqlite"; +$sqliteDbDir = $basePath."/protected/App_Data/SQLite"; if(!is_file($frameworkPath)) die("Unable to find prado framework path $frameworkPath."); -- cgit v1.2.3