Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 160393
Collapse All | Expand All

(-)albmgr.php.orig (-1 / +1 lines)
Lines 337-343 Link Here
337
?>
337
?>
338
<tr>
338
<tr>
339
<?php
339
<?php
340
$cat = isset($_GET['cat']) ? ($_GET['cat']) : 0;
340
$cat = isset($_GET['cat']) ? ((int)$_GET['cat']) : 0;
341
if ($cat == 1) $cat = 0;
341
if ($cat == 1) $cat = 0;
342
342
343
if (GALLERY_ADMIN_MODE) {
343
if (GALLERY_ADMIN_MODE) {

Return to bug 160393