casting the returned id from the write-method to integer, I hope that fixes aspens probs

This commit is contained in:
Ralf Becker 2005-12-19 04:40:00 +00:00
parent a1f055d42d
commit 2c74526340

View File

@ -213,7 +213,7 @@ class bocalendar
{
$GLOBALS['server']->xmlrpc_error($GLOBALS['xmlrpcerr']['no_access'],$GLOBALS['xmlrpcstr']['no_access']);
}
return $id;
return (int) $id;
}
/**