mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-02 19:42:54 +02:00
merge -r1281:1283 from branch 1.6 to trunk (bug 228 fixed one more time, and
other little things) git-svn-id: http://piwigo.org/svn/trunk@1284 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -1606,13 +1606,13 @@ SELECT id, uppercats, global_rank, visible, status
|
||||
}
|
||||
else
|
||||
{
|
||||
$insert{'status'} = boolean_to_string($conf['newcat_default_status']);
|
||||
$insert{'status'} = $conf['newcat_default_status'];
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
$insert{'visible'} = boolean_to_string($conf['newcat_default_visible']);
|
||||
$insert{'status'} = boolean_to_string($conf['newcat_default_status']);
|
||||
$insert{'status'} = $conf['newcat_default_status'];
|
||||
$insert{'global_rank'} = $insert{'rank'};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user