From 2ab2b1e3201a1eca2954ca463df744d5cd2e46cd Mon Sep 17 00:00:00 2001 From: Esen Sagynov Date: Thu, 11 Aug 2011 00:41:16 -0700 Subject: Added back /application/* files (removed in previous commit accidently). Corrected formatting/indenting in CUBRID Driver classes. Added myself as the driver author. Applied the MySQL fix, previously accepted in pull request #29, to CUBRID Driver. --- application/config/doctypes.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 application/config/doctypes.php (limited to 'application/config/doctypes.php') diff --git a/application/config/doctypes.php b/application/config/doctypes.php new file mode 100644 index 000000000..f7e1d19a2 --- /dev/null +++ b/application/config/doctypes.php @@ -0,0 +1,15 @@ + '', + 'xhtml1-strict' => '', + 'xhtml1-trans' => '', + 'xhtml1-frame' => '', + 'html5' => '', + 'html4-strict' => '', + 'html4-trans' => '', + 'html4-frame' => '' + ); + +/* End of file doctypes.php */ +/* Location: ./application/config/doctypes.php */ \ No newline at end of file -- cgit v1.2.3-24-g4f1b