Slight fix for r47781: remove useless if($index) conditional: $index is always set...
[lhc/web/wiklou.git] / includes / normal / UtfNormalUtil.php
index e68c6ec..d772a20 100644 (file)
  * Some of these functions are adapted from places in MediaWiki.
  * Should probably merge them for consistency.
  *
- * @addtogroup UtfNormal
+ * @ingroup UtfNormal
  * @public
  */
 
 /** */
+require_once dirname(__FILE__).'/UtfNormalDefines.php';
 
 /**
  * Return UTF-8 sequence for a given Unicode code point.
@@ -138,5 +139,3 @@ function escapeSingleString( $string ) {
                        '\'' => '\\\''
                ));
 }
-
-