Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default
In directory usw-pr-cvs1:/tmp/cvs-serv27310/phpslash-ft/public_html/templates/en/default
Modified Files:
storyNew.tpl
Log Message:
bugfix - storNew.tpl had two different AUTHOR_ID values
Index: storyNew.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/storyNew.tpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** storyNew.tpl 2001/09/26 22:30:47 1.9
--- storyNew.tpl 2001/12/14 21:19:40 1.10
***************
*** 1,5 ****
<!-- storyNew.tpl -->
<FORM ACTION="{ACTION_URL}" METHOD=POST>
- <INPUT TYPE=HIDDEN NAME="author_id" VALUE="{AUTHOR_ID}">
<INPUT TYPE=HIDDEN NAME="story_id" VALUE="{STORY_ID}">
--- 1,4 ----
|