From 51c26e1a54fc27dfb38b750cae3aa30df14e5d6e Mon Sep 17 00:00:00 2001 From: skeeter Date: Sat, 2 Dec 2000 09:45:43 +0000 Subject: [PATCH] disables error messages for set_time_limit(0) with safe_mode --- doc/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 492cfc9793..186d6f3216 100755 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -23,6 +23,8 @@ - Merged in patch to fix the addressbook not displaying all of the fields. Thanks ydario - New Calendar table structures and code. + - Applied patch to fix set_time_limit() warnings in safe_mode + Thanks count [0.9.6] - Fix user permissions where not being checked properly.