From 73809f0c1dd345e572b2cea9503454f3a1bb2a12 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sat, 29 Nov 2008 16:48:12 +0000 Subject: improved error messages for api, includes additional information on handshake failure, also translate the errors --- lib/class/xmldata.class.php | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/class/xmldata.class.php') diff --git a/lib/class/xmldata.class.php b/lib/class/xmldata.class.php index a22805c8..5a1e89bb 100644 --- a/lib/class/xmldata.class.php +++ b/lib/class/xmldata.class.php @@ -71,7 +71,6 @@ class xmlData { * nothing fancy here... */ public static function error($code,$string) { - $string = self::_header() . "\t" . self::_footer(); return $string; -- cgit