[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_1-12969-ga665c7d
    Michal Čihař 
    nijel at users.sourceforge.net
       
    Thu Aug  4 15:21:05 CEST 2011
    
    
  
The branch, master has been updated
       via  a665c7d8a61ec56f76dd10c2815046113686e6f7 (commit)
      from  bffad989158bcf15409399ee5623d3611fb2f128 (commit)
- Log -----------------------------------------------------------------
commit a665c7d8a61ec56f76dd10c2815046113686e6f7
Author: Michal Čihař <mcihar at suse.cz>
Date:   Thu Aug 4 15:20:19 2011 +0200
    Fix docblock
-----------------------------------------------------------------------
Summary of changes:
 libraries/core.lib.php |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/libraries/core.lib.php b/libraries/core.lib.php
index 306ad2d..7ba84d9 100644
--- a/libraries/core.lib.php
+++ b/libraries/core.lib.php
@@ -562,10 +562,10 @@ function PMA_no_cache_header()
 /**
  * Sends header indicating file download.
  *
- * @param $filename    string Filename to include in headers.
- * @param $mimetype    string MIME type to include in headers.
- * @param $length      int    Length of content (optional)
- * @param $avoid_cache bool   Whether to include no-caching headers.
+ * @param string $filename    Filename to include in headers.
+ * @param string $mimetype    MIME type to include in headers.
+ * @param int    $length      Length of content (optional)
+ * @param bool   $avoid_cache Whether to include no-caching headers.
  *
  * @return nothing
  */
hooks/post-receive
-- 
phpMyAdmin
    
    
More information about the Git
mailing list