gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/www/admin approve-pending.php,1.12,1.13


From: lo-lan-do
Subject: [Gforge-commits] gforge/www/admin approve-pending.php,1.12,1.13
Date: Sun, 16 May 2004 11:55:28 -0500

Update of /cvsroot/gforge/gforge/www/admin
In directory db.perdue.net:/tmp/cvs-serv19357/www/admin

Modified Files:
        approve-pending.php 
Log Message:
The big SCM pluginification plugin: removed lots of code (moved it
into gforge-plugin-scmcvs), added hooks, added the SCMPlugin class,
various tweaks here and there.


Index: approve-pending.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/admin/approve-pending.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- approve-pending.php 18 Feb 2004 09:18:25 -0000      1.12
+++ approve-pending.php 16 May 2004 16:54:55 -0000      1.13
@@ -48,6 +48,10 @@
                return false;
        }
 
+       $hook_params = array () ;
+       $hook_params['group_id'] = $group_id ;
+       plugin_hook ("group_approved", $hook_params) ;
+
        return true;
 }
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]