Fix bug #3429633 '"Back" link from "Browse" leads to error'
authorJehan-Guillaume (ioguix) de Rorthais <ioguix@free.fr>
Thu, 29 Dec 2011 19:10:15 +0000 (20:10 +0100)
committerJehan-Guillaume (ioguix) de Rorthais <ioguix@free.fr>
Fri, 30 Dec 2011 10:54:56 +0000 (11:54 +0100)
commita52ff2ec0bcbfd433bb2ca11fb9242acd5658061
tree521bf5d77fe4765be6148a0a01e1e6ec90ec9bdc
parent3c0c7c0da2e0c7fb6dd73106c396646f7dd1d3bc
Fix bug #3429633 '"Back" link from "Browse" leads to error'

The old design did not allow to escaped things properly without breaking
the return URL. Moreover, it raised some bug as well when the return URL
was too long, hitting the GET max length limit.
This patch remove the old architecture and introduce the new "return"
GET parameter that only holds the name of the section we want to go
back.
classes/Misc.php
colproperties.php
display.php
reports.php
sql.php
tables.php
tblproperties.php
viewproperties.php
views.php