johannes                Thu Mar  3 05:41:20 2005 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src/ext/standard       incomplete_class.c 
  Log:
  - Remove <b>-Tag from error message
  
http://cvs.php.net/diff.php/php-src/ext/standard/incomplete_class.c?r1=1.14.4.4&r2=1.14.4.5&ty=u
Index: php-src/ext/standard/incomplete_class.c
diff -u php-src/ext/standard/incomplete_class.c:1.14.4.4 
php-src/ext/standard/incomplete_class.c:1.14.4.5
--- php-src/ext/standard/incomplete_class.c:1.14.4.4    Fri Sep 24 17:57:18 2004
+++ php-src/ext/standard/incomplete_class.c     Thu Mar  3 05:41:19 2005
@@ -17,7 +17,7 @@
  */
 
 
-/* $Id: incomplete_class.c,v 1.14.4.4 2004/09/24 21:57:18 helly Exp $ */
+/* $Id: incomplete_class.c,v 1.14.4.5 2005/03/03 10:41:19 johannes Exp $ */
 
 #include "php.h"
 #include "basic_functions.h"
@@ -26,7 +26,7 @@
 #define INCOMPLETE_CLASS_MSG \
                "The script tried to execute a method or "  \
                "access a property of an incomplete object. " \
-               "Please ensure that the class definition <b>%s</b> of the 
object " \
+               "Please ensure that the class definition %s of the object " \
                "you are trying to operate on was loaded _before_ " \
                "the session was started"
 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to