summaryrefslogtreecommitdiff
path: root/demos/time-tracker
diff options
context:
space:
mode:
authorwei <>2006-07-28 13:01:47 +0000
committerwei <>2006-07-28 13:01:47 +0000
commit7e0f1b300ee20c24702fcd3b1ce242ef0169ccc3 (patch)
tree47e4af612ff7aa9110033789d0f453b35371708e /demos/time-tracker
parent3046b5c41ab51ab5ee9b5136a7f1deeefda4d5b3 (diff)
Update sqlite time-tracker demo.
Diffstat (limited to 'demos/time-tracker')
-rw-r--r--demos/time-tracker/index.php2
1 files changed, 1 insertions, 1 deletions
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.");