Project

General

Profile

« Previous | Next » 

Revision 1359

Added by Dietmar over 13 years ago

upgrade FCKeditor to Version 2.6.6

View differences:

fck_wbdroplets.php
37 37

  
38 38
// Get pages and put them into the pages list
39 39
$template->set_block('main_block', 'droplets_list_block', 'page_list');
40
$database = new database();
41 40
$get_droplet = $database->query("SELECT * FROM ".TABLE_PREFIX."mod_droplets where active=1 ORDER BY name");
42 41
if($get_droplet->numRows() > 0) {
43 42
	// Loop through pages

Also available in: Unified diff