Ignore:
Timestamp:
May 22, 2010, 7:10:41 PM (14 years ago)
Author:
EXFTB
Message:

2.1.b with the good label

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/LLGBO2/admin/llgbo_admin.php

    r6259 r6283  
    3737/* Plugin template initialisation for admin panel display */
    3838/* ****************************************************** */
    39 global $template , $conf,$lang;
     39global $template,$prefixeTable, $conf,$lang;
    4040{$template->assign( 'LLGBO_VERSION' , LLGBO_INFO_VERSION);}
    4141$me = get_plugin_data($plugin_id);
    4242$template->assign('LLGBOINFO','');
    4343// 
    44 $query =" SELECT ID FROM  piwigo_themes where id like '%gally%' " ;
     44$query =" SELECT ID FROM ".$prefixeTable."themes where id like '%gally%' " ;
    4545$result = pwg_query($query);
    4646 while ($row = pwg_db_fetch_assoc($result))
     
    141141        // compliance HD Shadowbox
    142142          $shadowbowactive = 0;
    143           $query =" SELECT ID FROM  piwigo_plugins where id ="."'HDShadowbox'"."and state ='active'" ;
     143          $query =" SELECT ID FROM  ".$prefixeTable."plugins where id ="."'HDShadowbox'"." and state ='active'" ;
    144144      $result = pwg_query($query);
    145145          while ($row = pwg_db_fetch_assoc($result))
Note: See TracChangeset for help on using the changeset viewer.