- fix [ 1381694 ] Unable to reset votes on poll
- fix [ 1381309 ] FormParam macro returns always undef - fix [ 1379595 ] http proxy broken - fix [ 1379060 ] Unable to view subscription codes
This commit is contained in:
parent
bc909dff10
commit
6944fe3316
6 changed files with 15 additions and 3 deletions
|
|
@ -5,6 +5,10 @@
|
|||
- fix [ 1381551 ] epochToHuman for foreign languages
|
||||
- fix [ 1381305 ] SQLReports report nothing!!!
|
||||
- fix [ 1381873 ] Matrix missing toolbar
|
||||
- fix [ 1381694 ] Unable to reset votes on poll
|
||||
- fix [ 1381309 ] FormParam macro returns always undef
|
||||
- fix [ 1379595 ] http proxy broken
|
||||
- fix [ 1379060 ] Unable to view subscription codes
|
||||
|
||||
|
||||
6.8.2
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ use Getopt::Long;
|
|||
use WebGUI::Session;
|
||||
use WebGUI::SQL;
|
||||
use WebGUI::Asset;
|
||||
use Parse::PlainConfig;
|
||||
|
||||
my $toVersion = "6.8.3"; # make this match what version you're going to
|
||||
my $quiet; # this line required
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue