Project

General

Profile

« Previous | Next » 

Revision 1578

Added by Dietmar over 12 years ago

fixed warning in domain independend image links

View differences:

view.php
21 21
	throw new IllegalFileException();
22 22
}
23 23
/* -------------------------------------------------------- */
24
$MEDIA_URL = WB_URL.MEDIA_DIRECTORY;
24
$MEDIA_REL = WB_URL.MEDIA_DIRECTORY;
25 25
// Get content
26 26
$content = '';
27 27
$sql = 'SELECT `content` FROM `'.TABLE_PREFIX.'mod_wysiwyg` WHERE `section_id`='.(int)$section_id;

Also available in: Unified diff