[Fusionforge-commits] FusionForge branch master updated. f7a1a4d366945b1de00420643115a7f5980ab799

Marc-Etienne VARGENAU vargenau at fusionforge.org
Thu Dec 26 18:37:49 CET 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  f7a1a4d366945b1de00420643115a7f5980ab799 (commit)
      from  5c6f71594a86bd77925c6d9c282364e1af72fe95 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f7a1a4d366945b1de00420643115a7f5980ab799
Author: vargenau <Marc-Etienne.Vargenau at alcatel-lucent.com>
Date:   Thu Dec 26 18:39:09 2013 +0100

    Remove unused parameter.

diff --git a/src/www/admin/admin_table.php b/src/www/admin/admin_table.php
index a4e2b40..40a2a46 100644
--- a/src/www/admin/admin_table.php
+++ b/src/www/admin/admin_table.php
@@ -69,7 +69,7 @@ function admin_table_add($table, $unit, $primary_key) {
  *	@param $unit - the name of the "units" described by the table's records
  *	@param $primary_key - the primary key of the table
  */
-function admin_table_postadd($table, $unit, $primary_key) {
+function admin_table_postadd($table, $unit) {
 	if (!form_key_is_valid(getStringFromRequest('form_key'))) {
 		exit_form_double_submit('home');
 	}
@@ -360,7 +360,7 @@ switch (getStringFromRequest('function')) {
 		break;
 	}
 	case 'postadd' : {
-		admin_table_postadd($table, $unit, $primary_key);
+		admin_table_postadd($table, $unit);
 		break;
 	}
 	case 'confirmdelete' : {

-----------------------------------------------------------------------

Summary of changes:
 src/www/admin/admin_table.php |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list