Author: danydb
Date: 2011-10-27 21:44:27 +0200 (Thu, 27 Oct 2011)
New Revision: 4240

Modified:
   phpcompta/branches/rel600-dynamic-menu/include/user_menu.php
Log:
#241 : modularity : deprecated function



Modified: phpcompta/branches/rel600-dynamic-menu/include/user_menu.php
===================================================================
--- phpcompta/branches/rel600-dynamic-menu/include/user_menu.php        
2011-10-27 19:40:42 UTC (rev 4239)
+++ phpcompta/branches/rel600-dynamic-menu/include/user_menu.php        
2011-10-27 19:44:27 UTC (rev 4240)
@@ -142,7 +142,7 @@
  * \return string
  *
  */
-function ShowMenuCompta($p_high="")
+function ShowMenuCompta_deprecated($p_high="")
 {
     require_once('class_database.php');
 
@@ -227,7 +227,7 @@
  *
  * \return the menu
  */
-function ShowMenuAdvanced($default="")
+function ShowMenuAdvanced_deprecated($default="")
 {
     $str_dossier=dossier::get();
     // Show the left menu


_______________________________________________
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to