diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-28 23:21:09 +0200 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-28 23:21:09 +0200 |
commit | b03ece26eb1589c5200094f4d87455ca46db780b (patch) | |
tree | eaddfcd2a40f6692a0f04d0077c1ebb7e7b26af0 /classes/File_to_post.php | |
parent | a8d0c04870a665fb1f82dc7b7d451592b151eaa7 (diff) |
* i18n/L10n and translator documentation updates.
* whitespace and indentation updates
Diffstat (limited to 'classes/File_to_post.php')
-rw-r--r-- | classes/File_to_post.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/classes/File_to_post.php b/classes/File_to_post.php index 72a42b088..530921adc 100644 --- a/classes/File_to_post.php +++ b/classes/File_to_post.php @@ -67,4 +67,3 @@ class File_to_post extends Memcached_DataObject return Memcached_DataObject::pkeyGet('File_to_post', $kv); } } - |