Remove non-working workaround for PUT from Evolution.

This commit is contained in:
Andrew McMillan 2006-11-02 12:17:13 +13:00
parent 9be036e52e
commit 5c6ec8947d
2 changed files with 0 additions and 9 deletions

View File

@ -18,14 +18,6 @@ fwrite($fh,$raw_post);
fclose($fh);
$etag = md5($raw_post);
if ( preg_match('#Evolution/([0-9.]+)#', $_SERVER['HTTP_USER_AGENT'], $matches ) ) {
/**
* Evolution can't handle an ETag that doesn't change, so we give it a fake one
* first for the PUT reply and it'll figure it out in due course. Sad but true.
* - See http://bugzilla.gnome.org/show_bug.cgi?id=355659
*/
$bogus_etag = "BogusEvolutionETagOnPUT".rand(7,2139876547);
}
include_once("iCalendar.php");
$ic = new iCalendar(array( 'icalendar' => $raw_post ));

View File

@ -85,7 +85,6 @@
<item url="testing/tests/evolution/PUT1.test" uploadstatus="1" />
<item url="testing/tests/evolution/DELETE1.test" uploadstatus="1" />
<item url="dba/base-data.sql" uploadstatus="1" />
<item url="dba/update-database.sh" uploadstatus="1" />
<item url="htdocs/relationship_types.php" uploadstatus="1" />
<item url="dba/patches/" uploadstatus="1" />
<item url="INSTALL" uploadstatus="1" />