From: Juliette W. <jv...@us...> - 2005-06-17 10:55:01
|
Update of /cvsroot/stack/stack-1-0/api In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15612/api Modified Files: Tag: frontend_dev elementindex.html elementindex_data.html Log Message: Fixed one of the problems. Changed quizID to quizid everywhere because I thought this might be the problem, need to decide on how to name things consistently. Index: elementindex.html =================================================================== RCS file: /cvsroot/stack/stack-1-0/api/elementindex.html,v retrieving revision 1.1 retrieving revision 1.1.4.1 diff -C2 -d -r1.1 -r1.1.4.1 *** elementindex.html 1 Apr 2005 20:01:33 -0000 1.1 --- elementindex.html 17 Jun 2005 10:54:51 -0000 1.1.4.1 *************** *** 9,13 **** </head> <body> ! <a name="top"></a> <h2>Full index</h2> <h3>Package indexes</h3> --- 9,14 ---- </head> <body> ! ! <a name="top"></a> <h2>Full index</h2> <h3>Package indexes</h3> *************** *** 3097,3101 **** <dd class="index-item-body"> <div class="index-item-details"><a href="data/Stack/_scripts_stackDatabase_php.html#functionstack_db_quiz_get">stack_db_quiz_get()</a> in stackDatabase.php</div> ! <div class="index-item-description">Get details of the quiz from the database. If no $quizID is supplied, then all quizzes are listed instead.</div> </dd> <dt class="field"> --- 3098,3102 ---- <dd class="index-item-body"> <div class="index-item-details"><a href="data/Stack/_scripts_stackDatabase_php.html#functionstack_db_quiz_get">stack_db_quiz_get()</a> in stackDatabase.php</div> ! <div class="index-item-description">Get details of the quiz from the database. If no $quizid is supplied, then all quizzes are listed instead.</div> </dd> <dt class="field"> *************** *** 4045,4048 **** <a class="index-letter" href="elementindex.html#w">w</a> <a class="index-letter" href="elementindex.html#x">x</a> ! </div> </body> ! </html> \ No newline at end of file --- 4046,4050 ---- <a class="index-letter" href="elementindex.html#w">w</a> <a class="index-letter" href="elementindex.html#x">x</a> ! </div> ! </body> ! </html> Index: elementindex_data.html =================================================================== RCS file: /cvsroot/stack/stack-1-0/api/elementindex_data.html,v retrieving revision 1.1 retrieving revision 1.1.4.1 diff -C2 -d -r1.1 -r1.1.4.1 *** elementindex_data.html 1 Apr 2005 20:01:34 -0000 1.1 --- elementindex_data.html 17 Jun 2005 10:54:51 -0000 1.1.4.1 *************** *** 9,13 **** </head> <body> ! <a name="top"></a> <h2>[data] element index</h2> <h3>Package indexes</h3> --- 9,14 ---- </head> <body> ! ! <a name="top"></a> <h2>[data] element index</h2> <h3>Package indexes</h3> *************** *** 182,186 **** <dd class="index-item-body"> <div class="index-item-details"><a href="data/Stack/_scripts_stackDatabase_php.html#functionstack_db_quiz_get">stack_db_quiz_get()</a> in stackDatabase.php</div> ! <div class="index-item-description">Get details of the quiz from the database. If no $quizID is supplied, then all quizzes are listed instead.</div> </dd> <dt class="field"> --- 183,187 ---- <dd class="index-item-body"> <div class="index-item-details"><a href="data/Stack/_scripts_stackDatabase_php.html#functionstack_db_quiz_get">stack_db_quiz_get()</a> in stackDatabase.php</div> ! <div class="index-item-description">Get details of the quiz from the database. If no $quizid is supplied, then all quizzes are listed instead.</div> </dd> <dt class="field"> *************** *** 294,297 **** <a class="index-letter" href="elementindex_data.html#b">b</a> <a class="index-letter" href="elementindex_data.html#s">s</a> ! </div> </body> ! </html> \ No newline at end of file --- 295,299 ---- <a class="index-letter" href="elementindex_data.html#b">b</a> <a class="index-letter" href="elementindex_data.html#s">s</a> ! </div> ! </body> ! </html> |