diff options
author | plegall <plg@piwigo.org> | 2006-05-31 21:44:46 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2006-05-31 21:44:46 +0000 |
commit | cfbadffe5facc16a1690aa1528a3996d0619baa9 (patch) | |
tree | 62461f5375776bedd0e75604cd771ac1d8599d59 /feed.php | |
parent | b2e246ae80208ac4703bd1a96e0a61c0400e77e2 (diff) |
merge -r1329:1330 from branch 1.5 to trunk (bug 378 fixed).
git-svn-id: http://piwigo.org/svn/trunk@1331 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'feed.php')
-rw-r--r-- | feed.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -119,7 +119,7 @@ $user['forbidden_categories'] = calculate_permissions($user['id'], $user['status']); if ('' == $user['forbidden_categories']) { - $user['forbidden_categories'] = '-1'; + $user['forbidden_categories'] = '0'; } list($dbnow) = mysql_fetch_row(pwg_query('SELECT NOW();')); |