|
From: Jon O. <jon...@us...> - 2006-08-04 16:32:21
|
Update of /cvsroot/mxbb/mx_pafiledb/admin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv26533/modules/mx_pafiledb/admin Modified Files: admin_pafiledb.php Log Message: finetuning of - notifications - approval Index: admin_pafiledb.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/admin/admin_pafiledb.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** admin_pafiledb.php 1 Aug 2006 21:03:24 -0000 1.3 --- admin_pafiledb.php 4 Aug 2006 16:32:19 -0000 1.4 *************** *** 59,63 **** $module['pafileDB_Download']['0_Configuration'] = $setmodules_admin_path . $filename . "?action=settings"; $module['pafileDB_Download']['1_Cat_manage'] = $setmodules_admin_path . $filename . "?action=cat_manage"; ! $module['pafileDB_Download']['2_File_manage'] = $setmodules_admin_path . $filename . "?action=file_manage"; $module['pafileDB_Download']['3_Permissions'] = $setmodules_admin_path . $filename . "?action=catauth_manage"; $module['pafileDB_Download']['4_License'] = $setmodules_admin_path . $filename . "?action=license_manage"; --- 59,63 ---- $module['pafileDB_Download']['0_Configuration'] = $setmodules_admin_path . $filename . "?action=settings"; $module['pafileDB_Download']['1_Cat_manage'] = $setmodules_admin_path . $filename . "?action=cat_manage"; ! //$module['pafileDB_Download']['2_File_manage'] = $setmodules_admin_path . $filename . "?action=file_manage"; $module['pafileDB_Download']['3_Permissions'] = $setmodules_admin_path . $filename . "?action=catauth_manage"; $module['pafileDB_Download']['4_License'] = $setmodules_admin_path . $filename . "?action=license_manage"; *************** *** 96,100 **** 'settings' => 'settings', 'cat_manage' => 'cat_manage', ! 'file_manage' => 'file_manage', 'catauth_manage' => 'catauth_manage', 'ug_auth_manage' => 'ug_auth_manage', --- 96,100 ---- 'settings' => 'settings', 'cat_manage' => 'cat_manage', ! //'file_manage' => 'file_manage', 'catauth_manage' => 'catauth_manage', 'ug_auth_manage' => 'ug_auth_manage', |