From 2c74526340a8bef37bec8c79f974db4bb826ad84 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 19 Dec 2005 04:40:00 +0000 Subject: [PATCH] casting the returned id from the write-method to integer, I hope that fixes aspens probs --- calendar/inc/class.bocalendar.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/class.bocalendar.inc.php b/calendar/inc/class.bocalendar.inc.php index becbd560ff..66f3a14059 100755 --- a/calendar/inc/class.bocalendar.inc.php +++ b/calendar/inc/class.bocalendar.inc.php @@ -213,7 +213,7 @@ class bocalendar { $GLOBALS['server']->xmlrpc_error($GLOBALS['xmlrpcerr']['no_access'],$GLOBALS['xmlrpcstr']['no_access']); } - return $id; + return (int) $id; } /**