Ignore:
Timestamp:
Jan 12, 2013, 12:57:22 PM (11 years ago)
Author:
julien1311
Message:

[piwecard] rename some variables to be coherent with core naming (authorization => permission)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Piwecard/install/default_values.inc.php

    r20080 r20088  
    11<?php
    2 //Authorizations parameters
     2//Permissions parameters
    33$ecard_default_values['authorized_cats'] = 'selected';                          //Determine the page from which the user can send ecard : 'all' (all categories the user can access), 'selected' (only the categories defined in the parameter 'selected_cats') or 'user' (only the categories which are named like the user)
    44$ecard_default_values['selected_cats'] = array();                                       //List of categories where the plugin is active
Note: See TracChangeset for help on using the changeset viewer.