diff options
author | Eric Helgeson <erichelgeson@gmail.com> | 2009-10-13 13:34:28 -0400 |
---|---|---|
committer | Eric Helgeson <erichelgeson@gmail.com> | 2009-10-13 13:34:28 -0400 |
commit | c4028f1d0767b070d2b450f8bd6d4403a7644684 (patch) | |
tree | 3abc1a808a182ff2b896fcffb7a57b48aa65b0e9 /scripts/commandline.inc | |
parent | 0b4b8079d82ea431d9e00cef363c71bf007f026a (diff) |
define LACONICA for compatibility on scripts
fixup_conversations.php fixes
Diffstat (limited to 'scripts/commandline.inc')
-rw-r--r-- | scripts/commandline.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/commandline.inc b/scripts/commandline.inc index 1573b569d..9029bb19d 100644 --- a/scripts/commandline.inc +++ b/scripts/commandline.inc @@ -27,6 +27,7 @@ if (isset($_SERVER) && array_key_exists('REQUEST_METHOD', $_SERVER)) { } define('STATUSNET', true); +define('LACONICA', true); // compatibility // Set various flags so we don't time out on long-running processes |