mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
7 lines
218 B
PHP
7 lines
218 B
PHP
<?php
|
|
|
|
// crmv@174672
|
|
|
|
$cond = 'checkPermissionSDKButton:modules/MyNotes/widgets/Utils.php';
|
|
$adb->pquery("UPDATE sdk_menu_fixed SET cond = ? WHERE title = ? AND (cond IS NULL OR cond = '')", array($cond, 'MyNotes'));
|