summaryrefslogtreecommitdiff
path: root/scire
diff options
context:
space:
mode:
authorPreston Cody <codeman@gentoo.org>2008-01-02 01:11:15 +0000
committerPreston Cody <codeman@gentoo.org>2008-01-02 01:11:15 +0000
commit635df3055f7099e71116eccb1ee2b043785a47ca (patch)
treecdc4c2877d6df82ddea992b67ea985c9be727e38 /scire
parentset deploy_time to now for non-scheduled jobs. (diff)
downloadscire-635df3055f7099e71116eccb1ee2b043785a47ca.tar.gz
scire-635df3055f7099e71116eccb1ee2b043785a47ca.tar.bz2
scire-635df3055f7099e71116eccb1ee2b043785a47ca.zip
get rid of that dependency thing.
svn path=/trunk/; revision=308
Diffstat (limited to 'scire')
-rw-r--r--scire/add_job.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scire/add_job.php b/scire/add_job.php
index 140f83d..d352401 100644
--- a/scire/add_job.php
+++ b/scire/add_job.php
@@ -45,7 +45,7 @@ if ($_POST['ADD']) {
$str = "";
}
- $dependency = 1;
+ #$dependency = 1;
try {
$result = scire_add_job($_POST['script'], $priority, $_SESSION['userid'], $permission, $description, $pending, $_POST['clients'], $_POST['clientgroups'], $dependency, $str, $_POST['validity_period']);