File: acidlab.003.diff

package info (click to toggle)
acidlab 0.9.6b20-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 696 kB
  • ctags: 1,462
  • sloc: php: 9,625; sql: 140
file content (10 lines) | stat: -rw-r--r-- 335 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
--- acidlab-0.9.6b20.orig/acid_graph_display.php	Tue Feb  5 11:55:56 2002
+++ acidlab-0.9.6b20/acid_graph_display.php	Tue Feb 26 12:20:50 2002
@@ -124,4 +124,5 @@
   //$graph->SetBackgroundColor("grey");
   $graph->DrawGraph();
   //$graph->DrawLegend(100, 100, '');
-?>
\ No newline at end of file
+  session_unregister('xdata');
+?>