Хранилища Subversion ant

Сравнить редакции

Не учитывать пробелы Редакция 134 → Редакция 135

/trunk/feed.php
75,7 → 75,7
$result .= "<entry>\n";
$result .= "<title type=\"html\">".stripslashes($log["log_title"])."</title>\n";
$result .= "<link>http://".$_SERVER["HTTP_HOST"].dirname($_SERVER["PHP_SELF"])."/changelog.php?id=".$log["log_id"]."</link>\n";
$result .= "<summary type=\"html\">".stripslashes($log["log_desc"])."</summary>\n";
$result .= "<summary type=\"html\"><![CDATA[".stripslashes($log["log_desc"])."]]></summary>\n";
$result .= "<id>urn:uuid:".md5("http://".$_SERVER["HTTP_HOST"].dirname($_SERVER["PHP_SELF"])."/changelog.php?id=".$log["log_id"])."</id>\n";
$updated = str_replace(" ","T",$log["log_record"]);
$updated .= "+06:00";