Changeset 48 for branches/portal_by_daris
- Timestamp:
- 02/15/09 10:31:31 (3 years ago)
- Files:
-
- 1 modified
-
branches/portal_by_daris/admin/pages.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/portal_by_daris/admin/pages.php
r17 r48 188 188 $query = array( 189 189 'UPDATE' => 'pages', 190 'SET' => 'title=\''.$forum_db->escape($page_title).'\', content=\''.$ page_content.'\'',190 'SET' => 'title=\''.$forum_db->escape($page_title).'\', content=\''.$forum_db->escape($page_content).'\'', 191 191 'WHERE' => 'id='.$page_id 192 192 );