]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Avatar.php
better output for registration confirmation
[quix0rs-gnu-social.git] / classes / Avatar.php
index dbe2cd813847eb585f94999b595e2f495ab0d03b..34ec4a3cafc6cd8ecdfe42a82972a4d03c00738e 100644 (file)
@@ -27,7 +27,7 @@ class Avatar extends Memcached_DataObject
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
 
-    # We clean up the file, too
+    // We clean up the file, too
 
     function delete()
     {
@@ -42,8 +42,9 @@ class Avatar extends Memcached_DataObject
         return Memcached_DataObject::pkeyGet('Avatar', $kv);
     }
 
-    // where should the avatar go for this user?
-
+    /**
+     * Where should the avatar go for this user?
+     */
     static function filename($id, $extension, $size=null, $extra=null)
     {
         if ($size) {