From: Evan Prodromou Date: Mon, 22 Jun 2009 22:43:26 +0000 (-0700) Subject: make enjitqueuehandler use functions and args X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6a40ba776477ec6e70a523fd3c5a4122a72c3208;p=quix0rs-gnu-social.git make enjitqueuehandler use functions and args --- diff --git a/scripts/enjitqueuehandler.php b/scripts/enjitqueuehandler.php index 2418d2d1c5..5091347658 100755 --- a/scripts/enjitqueuehandler.php +++ b/scripts/enjitqueuehandler.php @@ -124,6 +124,8 @@ if (have_option('-i')) { $id = get_option_value('-i'); } else if (have_option('--id')) { $id = get_option_value('--id'); +} else if (count($args) > 0) { + $id = $args[0]; } else { $id = null; }