[Comoblog-commit] modules/mod_prevnext/templates/top mod_prevnext.tpl.htm,1.1,1.2
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2005-12-11 21:53:17
|
Update of /cvsroot/comoblog/modules/mod_prevnext/templates/top In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21789/mod_prevnext/templates/top Modified Files: mod_prevnext.tpl.htm Log Message: checked. and cant see why this is failing... could use a fresh pair of eyes. NOTE THAT IVE LEFT DEBUG INFO IN PLACE it seems to be randomly failing in two places - one is the SQL in include/mod_prevnext.inc.php - which is identical to the previous version apart from the white spacing - as commited this code works for me, so please check and let me know - it could be that i've removed a typo that i just cant see in the diffs The other place it fails is in mod_prevnext.php it seems that sometimes it wont get the post id from the url - the code is the same as on post.php but with an additional check to make sure that its only on post.php. i just cant see why its failing ;-( Index: mod_prevnext.tpl.htm =================================================================== RCS file: /cvsroot/comoblog/modules/mod_prevnext/templates/top/mod_prevnext.tpl.htm,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- mod_prevnext.tpl.htm 28 Nov 2005 10:31:35 -0000 1.1 +++ mod_prevnext.tpl.htm 11 Dec 2005 21:53:04 -0000 1.2 @@ -3,4 +3,4 @@ <a href="{CFG_MOD_PREVNEXT_PREVLINK}">{CFG_MOD_PREVNEXT_PREVTEXT}</a> {CFG_MOD_PREVNEXT_SEPERATOR} <a href="{CFG_MOD_PREVNEXT_NEXTLINK}">{CFG_MOD_PREVNEXT_NEXTTEXT}</a> </div> -<!-- END: main --> +<!-- END: main --> \ No newline at end of file |