fixing more bugs
This commit is contained in:
parent
b4498138fb
commit
c1a19e9c6b
8 changed files with 25 additions and 8 deletions
|
|
@ -6,6 +6,9 @@
|
|||
- Fixed a version check problem in Syndicated Content wobject.
|
||||
- Fixed some GUID problems in the scheduler plug-ins.
|
||||
- Fixed some epoch bugs in the scheduler plug-ins.
|
||||
- Updated scheduler plug-ins to use the new page tree the way they're
|
||||
supposed to.
|
||||
- Fixed some POD errors.
|
||||
|
||||
|
||||
6.2.0
|
||||
|
|
|
|||
|
|
@ -3093,7 +3093,7 @@ CREATE TABLE webguiVersion (
|
|||
--
|
||||
|
||||
|
||||
INSERT INTO webguiVersion VALUES ('6.2.0','initial install',unix_timestamp());
|
||||
INSERT INTO webguiVersion VALUES ('6.2.1','initial install',unix_timestamp());
|
||||
|
||||
--
|
||||
-- Table structure for table `wobject`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue