From: Evan Prodromou Date: Mon, 22 Jun 2009 23:35:10 +0000 (-0700) Subject: make id optional for enjitqueuehandler X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1691998de87c8f3a0d8e79d633be8ed9f956ce51;p=quix0rs-gnu-social.git make id optional for enjitqueuehandler --- diff --git a/scripts/enjitqueuehandler.php b/scripts/enjitqueuehandler.php index 5091347658..05e1d9366b 100755 --- a/scripts/enjitqueuehandler.php +++ b/scripts/enjitqueuehandler.php @@ -20,8 +20,8 @@ define('INSTALLDIR', realpath(dirname(__FILE__) . '/..')); -$shortoptions = 'i'; -$longoptions = array('id'); +$shortoptions = 'i::'; +$longoptions = array('id::'); $helptext = <<