Revision: 1081
http://mrbs.svn.sourceforge.net/mrbs/?rev=1081&view=rev
Author: cimorrison
Date: 2009-04-01 12:58:57 +0000 (Wed, 01 Apr 2009)
Log Message:
-----------
Moved the IS_XHTML constant to a slightly more logical place in the config file
- down at the bottom with the other internal use stuff.
Modified Paths:
--------------
mrbs/trunk/web/config.inc.php
Modified: mrbs/trunk/web/config.inc.php
===================================================================
--- mrbs/trunk/web/config.inc.php 2009-04-01 12:47:44 UTC (rev 1080)
+++ mrbs/trunk/web/config.inc.php 2009-04-01 12:58:57 UTC (rev 1081)
@@ -89,15 +89,7 @@
$theme = "default";
-/*********
- * DOCTYPE
- ********/
- // Records which DOCTYPE is being used. Do not change - it will not change
the DOCTYPE
- // that is used; it is merely used when the code needs to know the DOCTYPE,
for example
- // in calls to nl2br. TRUE means XHTML, FALSE means HTML.
- define("IS_XHTML", FALSE);
-
/*******************
* Calendar settings
*******************/
@@ -647,6 +639,17 @@
$typel["I"] = get_vocab("internal");
// $typel["J"] = "J";
+
+/***************************************
+ * DOCTYPE - internal use, do not change
+ ***************************************/
+
+ // Records which DOCTYPE is being used. Do not change - it will not change
the DOCTYPE
+ // that is used; it is merely used when the code needs to know the DOCTYPE,
for example
+ // in calls to nl2br. TRUE means XHTML, FALSE means HTML.
+ define("IS_XHTML", FALSE);
+
+
/********************************************************
* PHP System Configuration - internal use, do not change
********************************************************/
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits