[geeklog-cvs] Geeklog-1.x/system lib-admin.php,1.116,1.117

Oliver ospiess at qs1489.pair.com
Wed Aug 29 06:01:50 EDT 2007


Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/system
In directory qs1489.pair.com:/tmp/cvs-serv16348

Modified Files:
	lib-admin.php 
Log Message:
fixing function descriptions

Index: lib-admin.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/system/lib-admin.php,v
retrieving revision 1.116
retrieving revision 1.117
diff -C2 -d -r1.116 -r1.117
*** lib-admin.php	29 Aug 2007 09:57:52 -0000	1.116
--- lib-admin.php	29 Aug 2007 10:01:48 -0000	1.117
***************
*** 47,51 ****
  * @param    array   $text_arr       array with different text strings
  * @param    array   $data_arr       array with sql query data - array of list records
- * @param    array   $menu_arr       menu-entries
  * @param    array   $options        array of options - intially just used for the Check-All feature
  * @return   string                  HTML output of function
--- 47,50 ----
***************
*** 560,563 ****
--- 559,572 ----
  }
  
+ /**
+ * Creates a menu with an optional icon and optional text below
+ * this is used in the admin screens but may be used elsewhere also.
+ *
+ * @param    array   $menu_arr       array of text & URL of the menu entries
+ * @param    string  $text           instructions to be displayed
+ * @param    string  icon            url of an icon that will be displayed
+ * @return   string                  HTML output of function
+ *
+ */
  function ADMIN_createMenu($menu_arr, $text, $icon = '') {
      global $_CONF;




More information about the geeklog-cvs mailing list