mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 01:03:31 +02:00
2003.05.13 user_add and user_modify added
git-svn-id: http://piwigo.org/svn/trunk@9 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/***************************************************************************
|
||||
* functions_category.inc.php *
|
||||
* functions_category.inc.php *
|
||||
* -------------------- *
|
||||
* application : PhpWebGallery 1.3 *
|
||||
* author : Pierrick LE GALL <pierrick@z0rglub.com> *
|
||||
@@ -131,7 +131,7 @@ function display_cat( $id_uppercat, $indent, $restriction, $tab_expand )
|
||||
{
|
||||
$url.= "&search=".$_GET['search'];
|
||||
}
|
||||
$lien_cat = add_session_id_to_url( $url );
|
||||
$lien_cat = add_session_id( $url );
|
||||
if ( $row['name'] == "" )
|
||||
{
|
||||
$name = str_replace( "_", " ", $row['dir'] );
|
||||
|
||||
Reference in New Issue
Block a user