Prechádzať zdrojové kódy

Minor - flint fixes

Julio Montoya 6 rokov pred
rodič
commit
e8926650fa

+ 0 - 2
main/document/showinframes.php

@@ -1,8 +1,6 @@
 <?php
 /* For licensing terms, see /license.txt */
 
-use ChamiloSession as Session;
-
 /**
  *  This file will show documents in a separate frame.
  *  We don't like frames, but it was the best of two bad things.

+ 0 - 1
main/inc/lib/display.lib.php

@@ -2837,7 +2837,6 @@ HTML;
             $counter++;
         }
 
-
         $defaultFeatures = implode("','", $defaultFeatures);
         $frameReady = '
           $.frameReady(function() {

+ 1 - 1
main/inc/lib/social.lib.php

@@ -2536,7 +2536,7 @@ class SocialManager extends UserManager
     /**
      * Get HTML code block for user skills.
      *
-     * @param int $userId The user ID
+     * @param int    $userId      The user ID
      * @param string $orientation
      *
      * @return string