[pLog-svn] r4125 - plog/branches/lifetype-1.1.1/class/template/smarty/plugins

BalearWeb balearweb at balearweb.com
Sat Oct 14 09:36:00 GMT 2006


Mark, just because of curiosity: where is the typo difference?

Thank you for your attention.

Elena


mark at devel.lifetype.net wrote:
> Author: mark
> Date: 2006-10-12 16:04:04 +0000 (Thu, 12 Oct 2006)
> New Revision: 4125
>
> Modified:
>    plog/branches/lifetype-1.1.1/class/template/smarty/plugins/function.pager.php
> Log:
> Fixed a typo.
>
> Modified: plog/branches/lifetype-1.1.1/class/template/smarty/plugins/function.pager.php
> ===================================================================
> --- plog/branches/lifetype-1.1.1/class/template/smarty/plugins/function.pager.php	2006-10-12 08:09:39 UTC (rev 4124)
> +++ plog/branches/lifetype-1.1.1/class/template/smarty/plugins/function.pager.php	2006-10-12 16:04:04 UTC (rev 4125)
> @@ -190,7 +190,7 @@
>  	}
>  	elseif( $style == "nextonly" ) {
>  		if (!$pager->isLastPage() && !$pager->isEmpty()) {
> -		   $page_string .= "<a class=\"pagerLinkNextPage\" href=\"".$pager->getPrevPageLink()."\">$nextText</a>&nbsp;";
> +		   $page_string .= "<a class=\"pagerLinkNextPage\" href=\"".$pager->getNextPageLink()."\">$nextText</a>&nbsp;";
>  		}		
>  	}
>  	else {
>
>
>
>   



More information about the pLog-svn mailing list