Revision 66
Added by stefan about 20 years ago
| modify.php | ||
|---|---|---|
| 23 | 23 |
|
| 24 | 24 |
*/ |
| 25 | 25 |
|
| 26 |
if(!defined('WB_PATH')) exit('Direct access to this file is not allowed');
|
|
| 26 | 27 |
|
| 27 |
|
|
| 28 | 28 |
// Get page content |
| 29 | 29 |
$query = "SELECT content FROM ".TABLE_PREFIX."mod_wysiwyg WHERE section_id = '$section_id'"; |
| 30 | 30 |
$get_content = $database->query($query); |
Also available in: Unified diff
Changed column names in mod_news_posts from short,long to content_short, content_long.