script programs - shortoptions error ?
if you have the double : then the option 'value' gets set to NULL. you need to have just one :
scripts/checkschema.php:$shortoptions = 'x::'; scripts/clear_jabber.php:$shortoptions = 'i::n::y'; scripts/deletegroup.php:$shortoptions = 'i::n::y'; scripts/delete_notice.php:$shortoptions = 'i::n::u::y'; scripts/imdaemon.php:$shortoptions = 'fi::a'; scripts/nukefile.php:$shortoptions = 'i::yv'; scripts/strip_geo.php:$shortoptions = 'i::n::y'; scripts/upgrade.php:$shortoptions = 'x::'; scripts/deleteprofile.php:$shortoptions = 'i::n::u::y';