Project

General

Profile

« Previous | Next » 

Revision 1898

Added by Dietmar about 11 years ago

  1. bugfix missing trailing backtick in output_filter/input.php
  2. bugfix wrong backticks in 'admin/media/upload.php
  3. bugfix add missing language variable in account
    ! update form module, add class frm-fieldset to fieldset, restyle error box
    ! update captcha iframe attribute settings

View differences:

index.php
4 4
 * @category        modules
5 5
 * @package         output_filter
6 6
 * @author          Christian Sommer, WB-Project, Werner v.d. Decken
7
 * @copyright       2011, Website Baker Org. e.V.
8
 * @link			http://www.websitebaker2.org/
7
 * @copyright       2011, WebsiteBaker Org. e.V.
8
 * @link            http://www.websitebaker.org/
9 9
 * @license         http://www.gnu.org/licenses/gpl.html
10 10
 * @platform        WebsiteBaker 2.8.2
11 11
 * @requirements    PHP 5.2.2 and higher
12 12
 * @version         $Id$
13
 * @filesource		$HeadURL$
13
 * @filesource      $HeadURL$
14 14
 * @lastmodified    $Date$
15 15
 *
16 16
 */
......
90 90
	// be sure field 'sys_rel' is in table
91 91
		$database->field_add( TABLE_PREFIX.'mod_output_filter', 'sys_rel', 'INT NOT NULL DEFAULT \'0\' FIRST');
92 92
	// request settings from database
93
		$sql = 'SELECT * FROM `'.TABLE_PREFIX.'mod_output_filter';
93
		$sql = 'SELECT * FROM `'.TABLE_PREFIX.'mod_output_filter` ';
94 94
		if(($res = $database->query($sql))) {
95 95
			if(($rec = $res->fetchRow())) {
96 96
				$settings = $rec;

Also available in: Unified diff