From: Chris W. <la...@us...> - 2004-12-04 04:14:04
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Action In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19330 Modified Files: Common.pm Log Message: pod fix Index: Common.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Action/Common.pm,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** Common.pm 2 Oct 2004 22:05:05 -0000 1.18 --- Common.pm 4 Dec 2004 04:13:54 -0000 1.19 *************** *** 528,540 **** Is there an action parameter with the name C<c_id>? ! =item 1. Is there an action parameter with the same name as the ID field? ! =item 1. Is there a request parameter with the same name as the ID field? ! =item 1. Is there a request parameter with the name 'id'? --- 528,540 ---- Is there an action parameter with the name C<c_id>? ! =item 2. Is there an action parameter with the same name as the ID field? ! =item 3. Is there a request parameter with the same name as the ID field? ! =item 4. Is there a request parameter with the name 'id'? |