# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: /home/dzolo/Projects/FreenetIS/freenetis-stable # This patch can be applied using context Tools: Patch action on respective folder. # It uses platform neutral UTF-8 encoding and \n newlines. # Above lines and this line are ignored by the patching process. Index: application/libraries/Variable_Key_Generator.php --- application/libraries/Variable_Key_Generator.php Base (BASE) +++ application/libraries/Variable_Key_Generator.php Locally Modified (Based On LOCAL) @@ -48,6 +48,12 @@ 'name' => 'Checksum variable key generator', 'class' => 'Checksum_Variable_Key_Generator', ), + 'member_id' => array + ( + 'id' => 'member_id', + 'name' => 'Member ID variable key generator', + 'class' => 'Member_Id_Variable_Key_Generator', + ), ); /** Index: application/libraries/variable_key_generators/Member_Id_Variable_Key_Generator.php --- application/libraries/variable_key_generators/Member_Id_Variable_Key_Generator.php No Base Revision +++ application/libraries/variable_key_generators/Member_Id_Variable_Key_Generator.php Locally New @@ -0,0 +1,49 @@ +