]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
fixes to make it all lint
authorEvan Prodromou <evan@prodromou.name>
Sat, 17 May 2008 15:47:01 +0000 (11:47 -0400)
committerEvan Prodromou <evan@prodromou.name>
Sat, 17 May 2008 15:47:01 +0000 (11:47 -0400)
commit3b14b7901c65144835d74b712279d0492c267c0c
tree9ce2b2053e00cda38030dbc0e2cba4c1db33c628
parentffc729453d487941e8a001d8a112c6509c892bc6
fixes to make it all lint

Ran everything through php -l, found out that it didn't compile.

So: fixed the am-I-running-in-Laconica check at the top of each file.
Some syntax fixes in shownotice, showstream, common.

darcs-hash:20080517154701-84dde-8d38da89c5b9cb3b40704adb04a4de880c204181.gz
24 files changed:
actions/all.php
actions/avatar.php
actions/login.php
actions/logout.php
actions/newnotice.php
actions/password.php
actions/profilesettings.php
actions/public.php
actions/register.php
actions/shownotice.php
actions/showstream.php
actions/subscribe.php
actions/subscribed.php
actions/subscriptions.php
classes/Notice.php
classes/Profile.php
classes/Remote_profile.php
classes/Subscription.php
classes/User.php
index.php
lib/action.php
lib/common.php
lib/settingsaction.php
lib/stream.php