Update of /cvsroot/stack/stack-1-0/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15339/scripts
Modified Files:
stackWin.php
Log Message:
Changes from Maxima 5.9.1 to Maxima 5.9.2
Index: stackWin.php
===================================================================
RCS file: /cvsroot/stack/stack-1-0/scripts/stackWin.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** stackWin.php 27 Nov 2005 11:30:52 -0000 1.16
--- stackWin.php 6 Feb 2006 12:33:12 -0000 1.17
***************
*** 89,93 ****
global $stack_root,$stack_logfiles,$stack_cas;
! $debug = false;
if (array_key_exists('debug',$_GET)) {
$debug = TRUE;
--- 89,93 ----
global $stack_root,$stack_logfiles,$stack_cas;
! $debug = FALSE;
if (array_key_exists('debug',$_GET)) {
$debug = TRUE;
|