Update of /cvsroot/stack/stack-1-0
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv883
Modified Files:
chat_mathml.php documentation.php editquiz.php
Log Message:
Index: chat_mathml.php
===================================================================
RCS file: /cvsroot/stack/stack-1-0/chat_mathml.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** chat_mathml.php 5 Jul 2005 13:35:52 -0000 1.5
--- chat_mathml.php 14 Jul 2005 17:59:11 -0000 1.6
***************
*** 8,15 ****
* @subpackage Stack
*/
session_start();
include('stackstd.php');
-
// Deal with slahes in input
if (get_magic_quotes_gpc()) {
--- 8,18 ----
* @subpackage Stack
*/
+
+ /**
+ *
+ */
session_start();
include('stackstd.php');
// Deal with slahes in input
if (get_magic_quotes_gpc()) {
Index: editquiz.php
===================================================================
RCS file: /cvsroot/stack/stack-1-0/editquiz.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** editquiz.php 21 Jun 2005 14:52:23 -0000 1.12
--- editquiz.php 14 Jul 2005 17:59:12 -0000 1.13
***************
*** 27,30 ****
--- 27,33 ----
*/
+ /**
+ *
+ */
session_start();
Index: documentation.php
===================================================================
RCS file: /cvsroot/stack/stack-1-0/documentation.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** documentation.php 14 Jul 2005 11:28:13 -0000 1.5
--- documentation.php 14 Jul 2005 17:59:11 -0000 1.6
***************
*** 23,29 ****
*/
- // This file displays documentation - the variable $action indicates the
- // item of documentation to be displayed.
///////////////////////////////////////////////////////////////
--- 23,31 ----
*/
+ /**
+ * This file displays documentation - the variable $action indicates the
+ * item of documentation to be displayed.
+ */
///////////////////////////////////////////////////////////////
|