diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-08-31 12:24:13 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-08-31 12:24:13 +0400 |
| commit | 5451903ce33d21fa4901227a4021d44eb2e20535 (patch) | |
| tree | 86ca1eb53de63603d47b0be3f3d74f6d8e5e7049 /update.php | |
| parent | 491b3c9add692bc97adf20d9dac5b2027547115d (diff) | |
fix cat_filter parsed wrong on psql
Diffstat (limited to 'update.php')
| -rwxr-xr-x | update.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/update.php b/update.php index 51930beab..e8ef8bc99 100755 --- a/update.php +++ b/update.php @@ -277,6 +277,8 @@ // Oh god it's full of hacks +## print_r($filter); + $_REQUEST = $filter; $_SESSION["uid"] = $owner_uid; |