Revision 842
Added by thorn over 16 years ago
class.admin.php | ||
---|---|---|
350 | 350 |
|
351 | 351 |
// gather information for all models embedded on actual page |
352 | 352 |
$query_modules = $database->query("SELECT module FROM " .TABLE_PREFIX ."sections |
353 |
WHERE page_id=$page_id AND module<>'wysiwyg'");
|
|
353 |
WHERE page_id=$page_id"); |
|
354 | 354 |
|
355 | 355 |
while($row = $query_modules->fetchRow()) { |
356 | 356 |
// check if page module directory contains a backend.js or backend.css file |
Also available in: Unified diff
changed register_backend_modfile() to work with wysiwyg-module, too