diff --git a/db/update9.8.3.sql b/db/update9.8.3.sql index 6c07ea7c58..bf3057b7ea 100644 --- a/db/update9.8.3.sql +++ b/db/update9.8.3.sql @@ -1,5 +1,4 @@ ALTER TABLE `zt_release` ADD `marker` enum('0','1') NOT NULL default '0' AFTER `name`; ALTER TABLE `zt_doc` ADD `collector` text NOT NULL AFTER `views`; -ALTER TABLE `zt_doc` ADD `visitedDate` datetime NOT NULL AFTER `editedDate`; ALTER TABLE `zt_doclib` ADD `collector` text NOT NULL AFTER `main`; ALTER TABLE `zt_module` ADD `collector` text NOT NULL AFTER `owner`; diff --git a/db/zentao.sql b/db/zentao.sql index 02571409ac..9322e1dfcf 100644 --- a/db/zentao.sql +++ b/db/zentao.sql @@ -260,7 +260,6 @@ CREATE TABLE IF NOT EXISTS `zt_doc` ( `addedDate` datetime NOT NULL, `editedBy` varchar(30) NOT NULL, `editedDate` datetime NOT NULL, - `visitedDate` datetime NOT NULL, `acl` varchar(10) NOT NULL DEFAULT 'open', `groups` varchar(255) NOT NULL, `users` text NOT NULL, diff --git a/module/doc/view/alllibs.html.php b/module/doc/view/alllibs.html.php index d210d10c89..570063b3a0 100644 --- a/module/doc/view/alllibs.html.php +++ b/module/doc/view/alllibs.html.php @@ -54,7 +54,7 @@ - + diff --git a/module/doc/view/browse.html.php b/module/doc/view/browse.html.php index 35ee155602..775473367e 100644 --- a/module/doc/view/browse.html.php +++ b/module/doc/view/browse.html.php @@ -94,7 +94,7 @@ var browseType = ''; - + diff --git a/module/doc/view/browsebygrid.html.php b/module/doc/view/browsebygrid.html.php index bc6a8059f5..128a4cce9e 100644 --- a/module/doc/view/browsebygrid.html.php +++ b/module/doc/view/browsebygrid.html.php @@ -43,6 +43,6 @@ - + diff --git a/module/doc/view/showfiles.html.php b/module/doc/view/showfiles.html.php index 89141c518a..79509e7d6e 100644 --- a/module/doc/view/showfiles.html.php +++ b/module/doc/view/showfiles.html.php @@ -143,7 +143,7 @@ - + diff --git a/module/project/view/story.html.php b/module/project/view/story.html.php index 773a384b16..32e1a6130e 100644 --- a/module/project/view/story.html.php +++ b/module/project/view/story.html.php @@ -239,7 +239,7 @@ } ?> - show('right', 'pagerjs');?> + show('right', 'pagerjs');?> diff --git a/module/testsuite/view/library.html.php b/module/testsuite/view/library.html.php index d4b0d9c40a..4ffe0fa790 100644 --- a/module/testsuite/view/library.html.php +++ b/module/testsuite/view/library.html.php @@ -243,7 +243,7 @@ js::set('flow', $this->config->global->flow); - show('right', 'pagerjs');?> + show('right', 'pagerjs');?> diff --git a/module/testsuite/view/view.html.php b/module/testsuite/view/view.html.php index 4868908f03..e97790704b 100644 --- a/module/testsuite/view/view.html.php +++ b/module/testsuite/view/view.html.php @@ -136,7 +136,7 @@ - show('right', 'pagerjs');?> + show('right', 'pagerjs');?> diff --git a/module/testtask/view/cases.html.php b/module/testtask/view/cases.html.php index 78d14432bb..a4f33f73df 100644 --- a/module/testtask/view/cases.html.php +++ b/module/testtask/view/cases.html.php @@ -126,7 +126,7 @@ ?> - show('right', 'pagerjs');?> + show('right', 'pagerjs');?>