Project

General

Profile

« Previous | Next » 

Revision 1871

Added by Dietmar over 11 years ago

  1. bugfix Undefined variable: sName in .../framework/functions.php
  2. bugfix droplet ShowWysiwyg Undefined variable: module

View differences:

ShowWysiwyg.php
1 1
//:Display one defined WYSIWYG section
2 2
//:Use [[ShowWysiwyg?section=10]]
3
global $database, $section_id;
3
global $database, $section_id, $module;
4 4
$content = '';
5 5
$section = isset($section) ? intval($section) : 0;
6 6
if ($section) {

Also available in: Unified diff