diff options
author | wei <> | 2006-07-28 13:01:47 +0000 |
---|---|---|
committer | wei <> | 2006-07-28 13:01:47 +0000 |
commit | 7e0f1b300ee20c24702fcd3b1ce242ef0169ccc3 (patch) | |
tree | 47e4af612ff7aa9110033789d0f453b35371708e /demos | |
parent | 3046b5c41ab51ab5ee9b5136a7f1deeefda4d5b3 (diff) |
Update sqlite time-tracker demo.
Diffstat (limited to 'demos')
-rw-r--r-- | demos/time-tracker/index.php | 2 |
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.");
|