From f9dd5f9c0d971dd44c420430678b8f00baeb71ea Mon Sep 17 00:00:00 2001 From: twanvl Date: Fri, 30 May 2008 19:43:08 +0000 Subject: [PATCH] break_text function has been documented git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@894 0fc631ac-6414-0410-93d0-97cfa31319b6 --- tools/website/drupal/mse-drupal-modules/highlight.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/website/drupal/mse-drupal-modules/highlight.inc b/tools/website/drupal/mse-drupal-modules/highlight.inc index 495d43da..c558b8e7 100644 --- a/tools/website/drupal/mse-drupal-modules/highlight.inc +++ b/tools/website/drupal/mse-drupal-modules/highlight.inc @@ -14,6 +14,7 @@ $built_in_functions = array( 'curly_quotes' =>'', 'replace' =>'', 'replace_rule' => 'replace', 'filter_text' =>'', 'filter_rule' => 'filter_text', + 'break_text' =>'', 'break_rule' => 'break_text', 'sort_text' =>'', 'sort_rule' => 'sort_text', 'contains' =>'', 'match' =>'', 'match_rule' => 'match',