Project

General

Profile

« Previous | Next » 

Revision 1245

Added by Dietmar over 14 years ago

Ticket #911 3. continue to fix CSS-errors in WB backend

View differences:

class.admin.php
289 289
	
290 290
	function get_page_details($page_id) {
291 291
		global $database;
292
		$query = "SELECT page_id,page_title,modified_by,modified_when FROM ".TABLE_PREFIX."pages WHERE page_id = '$page_id'";
292
		$query = "SELECT page_id,page_title,menu_title,modified_by,modified_when FROM ".TABLE_PREFIX."pages WHERE page_id = '$page_id'";
293 293
		$results = $database->query($query);
294 294
		if($database->is_error()) {
295 295
			$this->print_header();

Also available in: Unified diff