when a header line started with cc:, from:, ..., but contained nothing else

(i.e. there's nothing to follow the colon), a bunch of error messages were
displayed ("xxx not an object"). Fixed.
This commit is contained in:
izzy 2000-08-30 14:43:54 +00:00
parent fc0e7da7f2
commit 587a9fff73

View File

@ -14,6 +14,9 @@
- Changed the way session->create() makes the random number. This should fix
the problems on NT.
- Added HTTP Proxy support to phpgw_network.
- Pop3: when a header line started with cc:, from:, ..., but
no information followed the colon, a bunch of error messages were
displayed ("xxx not an object"). Fixed.
[08212000] - removed db_lock() and db_unlock() I changed the phpgw_db_* to use them
properly