diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-02-06 06:28:14 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-02-06 06:28:14 +0000 |
commit | a6cf3a2fb3b150cba06143f6a744a49a0cf91e83 (patch) | |
tree | 98c6ad8d94f578602e52a4736b1e5efa62d1c3db /lib/common.php | |
parent | ac23321a4039eeffe2d7fedf2a45504b97b49b70 (diff) | |
parent | d3ff8bfec63db1648e6336924030255904a6eeb5 (diff) |
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php index 825ba0ff7..482800876 100644 --- a/lib/common.php +++ b/lib/common.php @@ -24,7 +24,6 @@ define('LACONICA_VERSION', '0.7.0'); define('AVATAR_PROFILE_SIZE', 96); define('AVATAR_STREAM_SIZE', 48); define('AVATAR_MINI_SIZE', 24); -define('MAX_AVATAR_SIZE', 256 * 1024); define('NOTICES_PER_PAGE', 20); define('PROFILES_PER_PAGE', 20); |