[Pomp-commits] r953 - www
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri May 16 22:24:51 CEST 2014
Author: kingaa
Date: 2014-05-16 22:24:51 +0200 (Fri, 16 May 2014)
New Revision: 953
Modified:
www/index.php
Log:
- fix bug
Modified: www/index.php
===================================================================
--- www/index.php 2014-05-16 17:03:44 UTC (rev 952)
+++ www/index.php 2014-05-16 20:24:51 UTC (rev 953)
@@ -10,7 +10,7 @@
$cranversion = $matches[1];
$rforgepage = file_get_contents($rforgepkgs);
preg_match("/Rev\.: <b>(.+?)<\/b>/",$rforgepage,$matches);
-$svnrevision = $matches[1];
+$svnrevision = $matches[2];
echo '<?xml version="1.0" encoding="UTF-8"?>';
?>
<!DOCTYPE html
More information about the pomp-commits
mailing list