[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_1-13724-g630cdd9
    Marc Delisle 
    lem9 at users.sourceforge.net
       
    Mon Aug  8 18:32:01 CEST 2011
    
    
  
The branch, master has been updated
       via  630cdd991531377f195eb131859172cf2303402e (commit)
      from  678f7d21d88770faaf1f14581742f8222a9a8232 (commit)
- Log -----------------------------------------------------------------
commit 630cdd991531377f195eb131859172cf2303402e
Author: Marc Delisle <marc at infomarc.info>
Date:   Mon Aug 8 12:31:49 2011 -0400
    Missing docblock
-----------------------------------------------------------------------
Summary of changes:
 libraries/common.lib.php |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/libraries/common.lib.php b/libraries/common.lib.php
index 84e13b7..6912e38 100644
--- a/libraries/common.lib.php
+++ b/libraries/common.lib.php
@@ -1810,6 +1810,12 @@ function PMA_linkOrButton($url, $message, $tag_params = array(),
 } // end of the 'PMA_linkOrButton()' function
 
 
+/**
+ * Splits a URL string by parameter 
+ *
+ * @param string  $url the URL
+ * @return array  the parameter/value pairs, for example [0] db=sakila
+ */
 function PMA_splitURLQuery($url) {
     // decode encoded url separators
     $separator   = PMA_get_arg_separator();
hooks/post-receive
-- 
phpMyAdmin
    
    
More information about the Git
mailing list