From fdfbe9af607f280e40b13117451f624ddce74e4a Mon Sep 17 00:00:00 2001
From: Urban Müller
Date: Thu, 4 Oct 2007 15:29:31 +0000
Subject: renamed params

---
 auto_prepend.php | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

(limited to 'auto_prepend.php')

diff --git a/auto_prepend.php b/auto_prepend.php
index c1871f2..b27d6e3 100644
--- a/auto_prepend.php
+++ b/auto_prepend.php
@@ -86,14 +86,13 @@ function EDX()
 /**
  * Return a text in the selected language
  * @param $label Label of text to return
- * @param $raw Optional (deprecated)
- * @param $language Optional language to return text in.
+ * @param $language Optional language to return text in
  * @return Localized text string
  */
-function T($label, $raw = null, $language = null)
+function T($label, $language = null, $dummy = false)
 {
 	it_text::init();
-	return $GLOBALS['it_text']->text($label, $raw, $language);
+	return $GLOBALS['it_text']->text($label, $language, $dummy);
 }
 
 /**
-- 
cgit v1.2.3