Revision 973
Added by Matthias over 15 years ago
trunk/CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.0 ------------------------------------- |
14 |
23-Apr-2009 Matthias Gallas |
|
15 |
# Fixed bug with dropdownlist in pages settings (ticket #713) |
|
14 | 16 |
20-Apr-2009 Matthias Gallas |
15 | 17 |
! Update show_menu2 to version 4.8 (ticket #712) |
16 | 18 |
# Fixed small error in Spain language file (ticket #711) |
trunk/wb/admin/pages/settings.php | ||
---|---|---|
323 | 323 |
} |
324 | 324 |
// Templates list |
325 | 325 |
$template->set_block('main_block', 'template_list_block', 'template_list'); |
326 |
$result = $database->query("SELECT * FROM ".TABLE_PREFIX."addons WHERE type = 'template' order by name"); |
|
326 |
$result = $database->query("SELECT * FROM ".TABLE_PREFIX."addons WHERE type = 'template' and function = 'template' order by name");
|
|
327 | 327 |
if($result->numRows() > 0) { |
328 | 328 |
while($addon = $result->fetchRow()) { |
329 | 329 |
// Check if the user has perms to use this template |
Also available in: Unified diff
Fixed bug with dropdownlist in pages settings (ticket #713)