created admon taxo view
This commit is contained in:
@@ -42,9 +42,13 @@ function materio_taxonomy_menu_alter(&$items) {
|
||||
*
|
||||
* Inutile si i18n_taxonomy module is desactivate
|
||||
*/
|
||||
function materio_taxonomy_query_term_access_alter(QueryAlterableInterface $query) {
|
||||
function DISABLED_materio_taxonomy_query_term_access_alter(QueryAlterableInterface $query) {
|
||||
// dsm($query, 'materio taxo query');
|
||||
$conditions =& $query->conditions();
|
||||
|
||||
if(!module_exists('i18n_taxonomy'))
|
||||
return;
|
||||
|
||||
$conditions =& $query->conditions();
|
||||
|
||||
# roll over condition first time to determine i18n_voc_mode
|
||||
$i18n_voc_mode = 0;
|
||||
|
Reference in New Issue
Block a user