1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-07-14 05:15:30 +02:00

Easier warning message for tracking down not existing attributes

This commit is contained in:
Nathan Gray
2011-09-15 17:49:03 +00:00
parent d216a37bba
commit a5e17d5193

@ -446,7 +446,7 @@
// Key does not exist - delete it and issue a warning // Key does not exist - delete it and issue a warning
delete(_attrs[key]); delete(_attrs[key]);
et2_debug("warn", this, "Attribute '" + key + et2_debug("warn", this, "Attribute '" + key +
"' does not exist!"); "' does not exist in " + _attrs.type+"!");
} }
} }