[geeklog-cvs] Geeklog-1.x/public_html/links index.php, 1.38, 1.38.2.1

Dirk Haun dhaun at qs1489.pair.com
Tue Jul 15 04:26:54 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/links
In directory qs1489.pair.com:/tmp/cvs-serv23674

Modified Files:
      Tag: geeklog_1_5_0_1
	index.php 
Log Message:
Fixed passing the category on multi-page link lists (ported over from the Trunk)


Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/links/index.php,v
retrieving revision 1.38
retrieving revision 1.38.2.1
diff -C2 -d -r1.38 -r1.38.2.1
*** index.php	12 Jun 2008 19:45:26 -0000	1.38
--- index.php	15 Jul 2008 08:26:51 -0000	1.38.2.1
***************
*** 314,319 ****
          }
          if ($pages > 0) {
!             if (($_LI_CONF['linkcols'] > 0) && isset($currentcategory)) {
!                 $catlink = '?category=' . urlencode ($currentcategory);
              } else {
                  $catlink = '';
--- 314,319 ----
          }
          if ($pages > 0) {
!             if (($_LI_CONF['linkcols'] > 0) && !empty($currentcid)) {
!                 $catlink = '?category=' . urlencode($currentcid);
              } else {
                  $catlink = '';




More information about the geeklog-cvs mailing list