Ignore:
Timestamp:
Jul 30, 2009, 11:06:05 PM (15 years ago)
Author:
tiico
Message:

Correct pb with double select in admin page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/piclens/admin/piclenswallconfig.php

    r3708 r3709  
    2121// Switch  on right side (=> )
    2222if ( isset($_POST['falsify']) and !is_adviser()
    23     and $_POST['from']=='wallcat'
    2423    and isset($_POST['cat_true']) and count($_POST['cat_true']) > 0)
    2524{
     
    3231// Switch  on left side ( <=)
    3332if ( isset($_POST['trueify']) and !is_adviser()
    34     and $_POST['from']=='wallcat'
    3533    and isset($_POST['cat_false']) and count($_POST['cat_false']) > 0)
    3634{
Note: See TracChangeset for help on using the changeset viewer.