From: Chris S. <san...@us...> - 2005-07-05 13:29:33
|
Update of /cvsroot/stack/stack-1-0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20751 Modified Files: chat_mathml.php Log Message: Index: chat_mathml.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/chat_mathml.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** chat_mathml.php 27 Jun 2005 08:29:40 -0000 1.3 --- chat_mathml.php 5 Jul 2005 13:29:20 -0000 1.4 *************** *** 9,12 **** --- 9,13 ---- */ session_start(); + include('stackstd.php'); |