Author: Christian Lopes
Date: 2010-01-19 10:49:40 -0800 (Tue, 19 Jan 2010)
New Revision: 18956

Modified:
   cytoscapeweb/trunk/website/src/php/content/download.php
Log:
Fix bug that prevented different info text for more than one release.

Modified: cytoscapeweb/trunk/website/src/php/content/download.php
===================================================================
--- cytoscapeweb/trunk/website/src/php/content/download.php     2010-01-19 
18:47:34 UTC (rev 18955)
+++ cytoscapeweb/trunk/website/src/php/content/download.php     2010-01-19 
18:49:40 UTC (rev 18956)
@@ -26,7 +26,7 @@
             </div>
             
             <?php
-                echo $release_info;
+                echo $info;
             ?>
             
             <div class="description <?php echo ($first ? "latest" : ""); 
?>"><?php echo $description; ?></div>

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.


Reply via email to