From: Chris S. <san...@us...> - 2005-06-27 08:29:54
|
Update of /cvsroot/stack/stack-1-0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29937 Modified Files: analysis.php chat.php chat_mathml.php Log Message: Index: chat.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/chat.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** chat.php 20 Jun 2005 15:42:52 -0000 1.9 --- chat.php 27 Jun 2005 08:29:40 -0000 1.10 *************** *** 20,23 **** --- 20,24 ---- + $options = stack_options_set(NULL); $options['Display']='LaTeX'; Index: chat_mathml.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/chat_mathml.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** chat_mathml.php 1 Apr 2005 18:59:22 -0000 1.2 --- chat_mathml.php 27 Jun 2005 08:29:40 -0000 1.3 *************** *** 33,36 **** --- 33,37 ---- } + $options = stack_options_set(NULL); if (array_key_exists('Display',$_POST)) { $options['Display'] = $_POST['Display']; Index: analysis.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/analysis.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** analysis.php 10 Jun 2005 20:23:56 -0000 1.12 --- analysis.php 27 Jun 2005 08:29:40 -0000 1.13 *************** *** 42,45 **** --- 42,46 ---- /////////////////////////////////////////////////// $errors = ''; + $options = stack_options_set(NULL); // Find out who is using the system. |