diff options
author | Evan Prodromou <evan@status.net> | 2009-08-28 13:35:48 -0700 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-08-28 13:35:48 -0700 |
commit | a44c064397bc7ec6f4aa5e91d8288cd57f79e34a (patch) | |
tree | 54f633cafacf6acef607e9bac617563282a048fe /scripts | |
parent | b562ff1f2c6bca7e200034dac78b6debdcc0b214 (diff) | |
parent | 3368452ebf3c738933b05e902c277296684e280b (diff) |
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/synctwitterfriends.php | 2 | ||||
-rwxr-xr-x | scripts/twitterqueuehandler.php | 2 | ||||
-rwxr-xr-x | scripts/twitterstatusfetcher.php | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/scripts/synctwitterfriends.php b/scripts/synctwitterfriends.php index 2cb7525ea..b30e700a1 100755 --- a/scripts/synctwitterfriends.php +++ b/scripts/synctwitterfriends.php @@ -19,8 +19,6 @@ */ define('INSTALLDIR', realpath(dirname(__FILE__) . '/..')); -define('STATUSNET', true); -define('LACONICA', true); // compatibility $shortoptions = 'di::'; $longoptions = array('id::', 'debug'); diff --git a/scripts/twitterqueuehandler.php b/scripts/twitterqueuehandler.php index 992141f9d..ce4d824d0 100755 --- a/scripts/twitterqueuehandler.php +++ b/scripts/twitterqueuehandler.php @@ -19,8 +19,6 @@ */ define('INSTALLDIR', realpath(dirname(__FILE__) . '/..')); -define('STATUSNET', true); -define('LACONICA', true); // compatibility $shortoptions = 'i::'; $longoptions = array('id::'); diff --git a/scripts/twitterstatusfetcher.php b/scripts/twitterstatusfetcher.php index 6dca6f75b..3cdf1867a 100755 --- a/scripts/twitterstatusfetcher.php +++ b/scripts/twitterstatusfetcher.php @@ -19,8 +19,6 @@ */ define('INSTALLDIR', realpath(dirname(__FILE__) . '/..')); -define('STATUSNET', true); -define('LACONICA', true); // compatibility // Tune number of processes and how often to poll Twitter // XXX: Should these things be in config.php? |