Revision 842
Added by thorn over 17 years ago
| trunk/CHANGELOG | ||
|---|---|---|
| 11 | 11 |
! = Update/Change |
| 12 | 12 |
|
| 13 | 13 |
------------------------------------- 2.7.1 ------------------------------------- |
| 14 |
04-May-2008 Thomas Hornik |
|
| 15 |
! changed register_backend_modfile() to work with wysiwyg-module, too |
|
| 14 | 16 |
01-May-2008 Thomas Hornik |
| 15 | 17 |
# fixed file-naming issue when old page-names (from before 2.7) contains "&" |
| 16 | 18 |
26-Apr-2008 Thomas Hornik |
| trunk/wb/framework/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