|
From: <sv...@va...> - 2012-03-23 18:05:51
|
jf 2012-03-23 18:05:45 +0000 (Fri, 23 Mar 2012)
New Revision: 459
Log:
Comment out the empty vgemail to stop it generating php errors.
It was commented out in the html, but php evaluates inside html comments.
Modified files:
trunk/info/developers.html
Modified: trunk/info/developers.html (+1 -1)
===================================================================
--- trunk/info/developers.html 2012-03-23 17:40:42 +00:00 (rev 458)
+++ trunk/info/developers.html 2012-03-23 18:05:45 +00:00 (rev 459)
@@ -88,7 +88,7 @@
<tr valign="top">
<td><b>Josef Weidendorfer</b><br />
- <!--<?php echo vgemail(''); ?>--></td>
+ <!--<?php /*echo vgemail('');*/ ?>--></td>
<td>Josef wrote and maintains Callgrind.</td>
</tr>
|