changed tranlsate function name from _() to __()

This commit is contained in:
Serghey Rodin 2013-04-25 21:33:43 +03:00
commit 25c2b5c4cb
104 changed files with 1277 additions and 1277 deletions

View file

@ -12,7 +12,7 @@ if ($_SESSION['user'] == 'admin') {
}
if ($return_var != 0) {
$error = implode('<br>', $output);
if (empty($error)) $error = _('SERVICE_ACTION_FAILED',_('stop'),$v_service);
if (empty($error)) $error = __('SERVICE_ACTION_FAILED',__('stop'),$v_service);
$_SESSION['error_srv'] = $error;
}
unset($output);