Commit dcc54e73b6cc2f15f15f274e5f9ab04c4046f51d
1 parent
0e10cd80
Merged in from DEV trunk...
KTS-2499 "Incorrect SVN tags in several files under scheduler folder" Updated. Changed $Id: to $Id:$ Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7385 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
7 changed files
with
13 additions
and
13 deletions
plugins/ktcore/scheduler/KTSchedulerPlugin.php
| 1 | <?php | 1 | <?php |
| 2 | /** | 2 | /** |
| 3 | - * $Id: | 3 | + * $Id:$ |
| 4 | * | 4 | * |
| 5 | * The contents of this file are subject to the KnowledgeTree Public | 5 | * The contents of this file are subject to the KnowledgeTree Public |
| 6 | * License Version 1.1.2 ("License"); You may not use this file except in | 6 | * License Version 1.1.2 ("License"); You may not use this file except in |
| @@ -49,4 +49,4 @@ require_once(KT_LIB_DIR . "/plugins/pluginregistry.inc.php"); | @@ -49,4 +49,4 @@ require_once(KT_LIB_DIR . "/plugins/pluginregistry.inc.php"); | ||
| 49 | 49 | ||
| 50 | $oPluginRegistry =& KTPluginRegistry::getSingleton(); | 50 | $oPluginRegistry =& KTPluginRegistry::getSingleton(); |
| 51 | $oPluginRegistry->registerPlugin('KTSchedulerPlugin', 'ktcore.scheduler.plugin', __FILE__); | 51 | $oPluginRegistry->registerPlugin('KTSchedulerPlugin', 'ktcore.scheduler.plugin', __FILE__); |
| 52 | -?> | ||
| 53 | \ No newline at end of file | 52 | \ No newline at end of file |
| 53 | +?> |
plugins/ktcore/scheduler/background.php
| 1 | <?php | 1 | <?php |
| 2 | /** | 2 | /** |
| 3 | - * $Id: | 3 | + * $Id:$ |
| 4 | * | 4 | * |
| 5 | * The contents of this file are subject to the KnowledgeTree Public | 5 | * The contents of this file are subject to the KnowledgeTree Public |
| 6 | * License Version 1.1.2 ("License"); You may not use this file except in | 6 | * License Version 1.1.2 ("License"); You may not use this file except in |
| @@ -109,4 +109,4 @@ class Background | @@ -109,4 +109,4 @@ class Background | ||
| 109 | 109 | ||
| 110 | } | 110 | } |
| 111 | } | 111 | } |
| 112 | -?> | ||
| 113 | \ No newline at end of file | 112 | \ No newline at end of file |
| 113 | +?> |
plugins/ktcore/scheduler/scheduler.php
| 1 | <?php | 1 | <?php |
| 2 | /** | 2 | /** |
| 3 | - * $Id: | 3 | + * $Id:$ |
| 4 | * | 4 | * |
| 5 | * The contents of this file are subject to the KnowledgeTree Public | 5 | * The contents of this file are subject to the KnowledgeTree Public |
| 6 | * License Version 1.1.2 ("License"); You may not use this file except in | 6 | * License Version 1.1.2 ("License"); You may not use this file except in |
| @@ -128,4 +128,4 @@ class Scheduler | @@ -128,4 +128,4 @@ class Scheduler | ||
| 128 | schedulerUtil::registerTask($this->sName, $this->sPath, $this->aParams, $this->sFreq, $this->iStartTime); | 128 | schedulerUtil::registerTask($this->sName, $this->sPath, $this->aParams, $this->sFreq, $this->iStartTime); |
| 129 | } | 129 | } |
| 130 | } | 130 | } |
| 131 | -?> | ||
| 132 | \ No newline at end of file | 131 | \ No newline at end of file |
| 132 | +?> |
plugins/ktcore/scheduler/schedulerDashletPlugin.php
| @@ -52,4 +52,4 @@ class schedulerDashletPlugin extends KTPlugin { | @@ -52,4 +52,4 @@ class schedulerDashletPlugin extends KTPlugin { | ||
| 52 | 52 | ||
| 53 | $oPluginRegistry =& KTPluginRegistry::getSingleton(); | 53 | $oPluginRegistry =& KTPluginRegistry::getSingleton(); |
| 54 | $oPluginRegistry->registerPlugin('schedulerDashletPlugin', 'ktcore.schedulerdashlet.plugin', __FILE__); | 54 | $oPluginRegistry->registerPlugin('schedulerDashletPlugin', 'ktcore.schedulerdashlet.plugin', __FILE__); |
| 55 | -?> | ||
| 56 | \ No newline at end of file | 55 | \ No newline at end of file |
| 56 | +?> |
plugins/ktcore/scheduler/schedulerEntity.php
| 1 | <?php | 1 | <?php |
| 2 | /** | 2 | /** |
| 3 | - * $Id: | 3 | + * $Id:$ |
| 4 | * | 4 | * |
| 5 | * The contents of this file are subject to the KnowledgeTree Public | 5 | * The contents of this file are subject to the KnowledgeTree Public |
| 6 | * License Version 1.1.2 ("License"); You may not use this file except in | 6 | * License Version 1.1.2 ("License"); You may not use this file except in |
| @@ -185,4 +185,4 @@ class schedulerEntity extends KTEntity | @@ -185,4 +185,4 @@ class schedulerEntity extends KTEntity | ||
| 185 | return $sLink; | 185 | return $sLink; |
| 186 | } | 186 | } |
| 187 | } | 187 | } |
| 188 | -?> | ||
| 189 | \ No newline at end of file | 188 | \ No newline at end of file |
| 189 | +?> |
plugins/ktcore/scheduler/schedulerUtil.php
| 1 | <?php | 1 | <?php |
| 2 | /** | 2 | /** |
| 3 | - * $Id: | 3 | + * $Id:$ |
| 4 | * | 4 | * |
| 5 | * The contents of this file are subject to the KnowledgeTree Public | 5 | * The contents of this file are subject to the KnowledgeTree Public |
| 6 | * License Version 1.1.2 ("License"); You may not use this file except in | 6 | * License Version 1.1.2 ("License"); You may not use this file except in |
| @@ -291,4 +291,4 @@ class schedulerUtil extends KTUtil | @@ -291,4 +291,4 @@ class schedulerUtil extends KTUtil | ||
| 291 | schedulerEntity::clearAllCaches(); | 291 | schedulerEntity::clearAllCaches(); |
| 292 | } | 292 | } |
| 293 | } | 293 | } |
| 294 | -?> | ||
| 295 | \ No newline at end of file | 294 | \ No newline at end of file |
| 295 | +?> |
plugins/ktcore/scheduler/taskScheduler.php
| 1 | <?php | 1 | <?php |
| 2 | /** | 2 | /** |
| 3 | - * $Id: | 3 | + * $Id:$ |
| 4 | * | 4 | * |
| 5 | * The contents of this file are subject to the KnowledgeTree Public | 5 | * The contents of this file are subject to the KnowledgeTree Public |
| 6 | * License Version 1.1.2 ("License"); You may not use this file except in | 6 | * License Version 1.1.2 ("License"); You may not use this file except in |
| @@ -113,4 +113,4 @@ class manageSchedulerDispatcher extends KTAdminDispatcher | @@ -113,4 +113,4 @@ class manageSchedulerDispatcher extends KTAdminDispatcher | ||
| 113 | return $iNextTime; | 113 | return $iNextTime; |
| 114 | } | 114 | } |
| 115 | } | 115 | } |
| 116 | -?> | ||
| 117 | \ No newline at end of file | 116 | \ No newline at end of file |
| 117 | +?> |