~leeturner/quam-plures/installer_base_config

« back to all changes in this revision

Viewing changes to qp_inc/plugins/plugins.ctrl.php

Give smart names and codes to additional instances of a plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
1021
1021
 
1022
1022
                if( $edit_Plugin->ID < 1 )
1023
1023
                { // add "Install NOW" submit button (if not already installed)
1024
 
                        $registrations = $admin_Plugins->count_regs($edit_Plugin->classname);
1025
 
 
1026
1024
                        if( ! isset( $edit_Plugin->number_of_installs )
1027
1025
                                        || ( $admin_Plugins->count_regs($edit_Plugin->classname) < $edit_Plugin->number_of_installs ) )
1028
1026
                        { // number of installations are not limited or not reached yet