diff options
author | Daniel <darthdaniel85@gmail.com> | 2013-12-09 02:04:04 -0500 |
---|---|---|
committer | Daniel <darthdaniel85@gmail.com> | 2013-12-09 02:04:04 -0500 |
commit | 4312f846098706c19576a4438704a5f22eb2d32d (patch) | |
tree | 012d2c682821d23c56a3804aa8eeddbc5584c694 /framework/Wsat/pages | |
parent | e04fb5c765252593fb88fb56eaefbdc88bbeb7d1 (diff) |
Support for all PRADO DB drivers!
Diffstat (limited to 'framework/Wsat/pages')
-rw-r--r-- | framework/Wsat/pages/TWsatGenerateAR.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Wsat/pages/TWsatGenerateAR.php b/framework/Wsat/pages/TWsatGenerateAR.php index 2c85445d..f0ce8430 100644 --- a/framework/Wsat/pages/TWsatGenerateAR.php +++ b/framework/Wsat/pages/TWsatGenerateAR.php @@ -51,7 +51,7 @@ class TWsatGenerateAR extends TPage public function preview($sender) { - throw new THttpException(500, "Not implemented yet."); +// throw new THttpException(500, "Not implemented yet."); } }
\ No newline at end of file |