summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2005-03-03 10:41:19 +0000
committerJohannes Schlüter <johannes@php.net>2005-03-03 10:41:19 +0000
commit855224c8e6dbf0f6c6feb655c304e9aaa8486144 (patch)
tree81e53d89df095ba413fdab45bf0631356fef48d6
parent4c452ea58f4bb952b731263fb53f9f03ebd99150 (diff)
downloadphp-git-855224c8e6dbf0f6c6feb655c304e9aaa8486144.tar.gz
- Remove <b>-Tag from error message
-rw-r--r--ext/standard/incomplete_class.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/incomplete_class.c b/ext/standard/incomplete_class.c
index f9a1f0c7ee..650c412231 100644
--- a/ext/standard/incomplete_class.c
+++ b/ext/standard/incomplete_class.c
@@ -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"