Diff for /loncom/cgi/plot.gif between versions 1.13 and 1.14

version 1.13, 2007/08/28 23:42:05 version 1.14, 2013/08/14 00:38:55
Line 67  Content-type: text/html Line 67  Content-type: text/html
   
 END  END
     if (! system ("gnuplot $filename")) {      if (! system ("gnuplot $filename")) {
         print "<h2>An error occured.</h2>\n".          print "<h2>An error occurred.</h2>\n".
             "I am not going to tell you about it as I have not bothered ".              "I am not going to tell you about it as I have not bothered ".
             "to figure out how to get you the error text.\n";              "to figure out how to get you the error text.\n";
     } else {      } else {

Removed from v.1.13  
changed lines
  Added in v.1.14


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>