Seems more consistent this way.

This commit is contained in:
Andrew McMillan 2006-11-09 00:26:35 +13:00
parent 900439acc8
commit 653129f983

View File

@ -15,7 +15,7 @@ if ( ! isset($permissions['write']) ) {
header("Content-type: text/plain");
echo "You may not create a calendar there.";
dbg_error_log("ERROR", "MKCALENDAR Access denied for User: %d, Path: %s", $session->user_no, $get_path);
return;
exit(0);
}
$displayname = $request_path;