From: Chris S. <san...@us...> - 2005-10-20 10:40:51
|
Update of /cvsroot/stack/stack-1-0/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26144/scripts Modified Files: stackFrontend.php stackQuestion.php Log Message: Index: stackFrontend.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/scripts/stackFrontend.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** stackFrontend.php 14 Oct 2005 16:07:43 -0000 1.7 --- stackFrontend.php 20 Oct 2005 10:40:40 -0000 1.8 *************** *** 80,84 **** { $question['questionUserLastEdited'].=' <'.$user['email'].'>'; ! } } return $question; --- 80,85 ---- { $question['questionUserLastEdited'].=' <'.$user['email'].'>'; ! } ! } return $question; Index: stackQuestion.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/scripts/stackQuestion.php,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** stackQuestion.php 11 Oct 2005 17:35:38 -0000 1.42 --- stackQuestion.php 20 Oct 2005 10:40:40 -0000 1.43 *************** *** 295,298 **** --- 295,299 ---- $stackQuestion['questionPublisher']['metatag']='publisher'; $stackQuestion['questionPublisher']['metatype']='dublincore'; + //Type: Hidden from user $stackQuestion['type']['type']='meta'; *************** *** 302,305 **** --- 303,307 ---- $stackQuestion['type']['metatag']='type'; $stackQuestion['type']['metatype']='dublincore'; + //Format: Hidden from user, selected by script - should be text/xml for the purposes of import/export $stackQuestion['questionFormat']['type']='meta'; *************** *** 311,314 **** --- 313,317 ---- $stackQuestion['questionFormat']['metatag']='format'; $stackQuestion['questionFormat']['metatype']='dublincore'; + //Language: Defaulted to current system language, but user definable $stackQuestion['questionLanguage']['type']='meta'; |