Index: branches/unlabeled/unlabeled-1.3.4/core/kernel/constants.php =================================================================== diff -u -r6897 -r6907 --- branches/unlabeled/unlabeled-1.3.4/core/kernel/constants.php (.../constants.php) (revision 6897) +++ branches/unlabeled/unlabeled-1.3.4/core/kernel/constants.php (.../constants.php) (revision 6907) @@ -35,7 +35,7 @@ define('ptCATEGORY', 0); define('ptSYSTEM', 1); - define('WID_MARK', '&|wid|&'); // replace this sequence inside filters to _main_wid + define('EDIT_MARK', '&|edit|&'); // replace this sequence inside filters to SID[_main_wid] $application =& kApplication::Instance(); $spacer_url = $application->BaseURL().'core/admin_templates/img/spacer.gif';