[geeklog-cvs] geeklog-1.3/public_html lib-common.php,1.239,1.240

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Wed Jul 16 09:04:22 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html
In directory internal.geeklog.net:/tmp/cvs-serv6225

Modified Files:
	lib-common.php 
Log Message:
"No new links" wasn't displayed if you didn't have any links in the database or if the current user didn't have access to any of them (reported by krove).


Index: lib-common.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/lib-common.php,v
retrieving revision 1.239
retrieving revision 1.240
diff -C2 -d -r1.239 -r1.240
*** lib-common.php	14 Jul 2003 10:35:08 -0000	1.239
--- lib-common.php	16 Jul 2003 13:04:19 -0000	1.240
***************
*** 4271,4283 ****
                  }
              }
  
!             if( $foundone == 0 )
!             {
!                 $retval .= $LANG01[88] . '<br>' . LB;
!             }
!             else
!             {
!                 $retval .= COM_makeList( $newlinks );
!             }
          }
      }
--- 4271,4283 ----
                  }
              }
+         }
  
!         if( $foundone == 0 )
!         {
!             $retval .= $LANG01[88] . '<br>' . LB;
!         }
!         else
!         {
!             $retval .= COM_makeList( $newlinks );
          }
      }





More information about the geeklog-cvs mailing list