Update of /cvsroot/stack/diag
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv7613
Modified Files:
index.php SkillsResources.php
Log Message:
Index: SkillsResources.php
===================================================================
RCS file: /cvsroot/stack/diag/SkillsResources.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** SkillsResources.php 1 Sep 2010 11:56:34 -0000 1.5
--- SkillsResources.php 1 Sep 2010 13:19:32 -0000 1.6
***************
*** 534,536 ****
! }
\ No newline at end of file
--- 534,536 ----
! }
\ No newline at end of file
Index: index.php
===================================================================
RCS file: /cvsroot/stack/diag/index.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** index.php 1 Sep 2010 11:56:34 -0000 1.9
--- index.php 1 Sep 2010 13:19:32 -0000 1.10
***************
*** 4,8 ****
$STACK_LOC='../stack-dev';
! //$STACK_LOC='../stem';
require_once($STACK_LOC.'/config.php');
--- 4,8 ----
$STACK_LOC='../stack-dev';
! $STACK_LOC='../stem';
require_once($STACK_LOC.'/config.php');
***************
*** 97,101 ****
echo "Return to the <a href='index.php'>main page</a>.<p><hr /></p>";
! $test = array('Diagnostic_DIF-POL_1','Diagnostic_ALG-FEQ_2');
echo $skills->generateTestedSkillsPage($test);
--- 97,101 ----
echo "Return to the <a href='index.php'>main page</a>.<p><hr /></p>";
! $test = array('DIAGNOSTIC_background','Diagnostic_ALG-FEQ_2');
echo $skills->generateTestedSkillsPage($test);
|