Revision 1546
Added by Luisehahne almost 14 years ago
| save.php | ||
|---|---|---|
| 44 | 44 |
$database->query($query); |
| 45 | 45 |
} |
| 46 | 46 |
|
| 47 |
$sec_anchor = (defined( 'SEC_ANCHOR' ) && ( SEC_ANCHOR != '' ) ? '#'.SEC_ANCHOR.$section['section_id'] : '' ); |
|
| 47 | 48 |
if(defined('EDIT_ONE_SECTION') and EDIT_ONE_SECTION)
|
| 48 | 49 |
{
|
| 49 | 50 |
$edit_page = ADMIN_URL.'/pages/modify.php?page_id='.$page_id.'&wysiwyg='.$section_id; |
| 50 | 51 |
} else {
|
| 51 |
$edit_page = ADMIN_URL.'/pages/modify.php?page_id='.$page_id.'#wb'.$section_id;
|
|
| 52 |
$edit_page = ADMIN_URL.'/pages/modify.php?page_id='.$page_id.$sec_anchor;
|
|
| 52 | 53 |
} |
| 53 | 54 |
|
| 54 | 55 |
// Check if there is a database error, otherwise say successful |
Also available in: Unified diff
! recoded /account/forgot_form.php
! update quickSkin
! update languages files
+ add /temp/quickSkin/ folder
! begin fixing sec_anchor in urls