From: <hba...@us...> - 2009-01-18 21:23:41
|
Revision: 9338 http://plplot.svn.sourceforge.net/plplot/?rev=9338&view=rev Author: hbabcock Date: 2009-01-18 21:23:39 +0000 (Sun, 18 Jan 2009) Log Message: ----------- fixed a typo. Modified Paths: -------------- trunk/www/examples.php Modified: trunk/www/examples.php =================================================================== --- trunk/www/examples.php 2009-01-18 21:18:07 UTC (rev 9337) +++ trunk/www/examples.php 2009-01-18 21:23:39 UTC (rev 9338) @@ -40,7 +40,7 @@ array(27, 10, 1, ""), array(28, 5, 1, ""), array(29, 3, 1, ""), - array(30, 2, 1, ""); + array(30, 2, 1, ""), array(31, 1, 1, "")); ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |