mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
removed unnecessary refresh_table from update, as it makes problems with PostgreSQL
This commit is contained in:
parent
4b18c05ec3
commit
6836518858
4
json.php
4
json.php
@ -41,7 +41,7 @@ function ajax_exception_handler(Exception $e)
|
|||||||
}
|
}
|
||||||
$response = new egw_json_response();
|
$response = new egw_json_response();
|
||||||
$message .= ($message ? "\n\n" : '').$e->getMessage();
|
$message .= ($message ? "\n\n" : '').$e->getMessage();
|
||||||
|
|
||||||
// only show trace (incl. function arguments) if explicitly enabled, eg. on a development system
|
// only show trace (incl. function arguments) if explicitly enabled, eg. on a development system
|
||||||
if ($GLOBALS['egw_info']['server']['exception_show_trace'])
|
if ($GLOBALS['egw_info']['server']['exception_show_trace'])
|
||||||
{
|
{
|
||||||
@ -71,7 +71,7 @@ if (isset($_GET['menuaction']))
|
|||||||
{
|
{
|
||||||
@list($appName, $className, $functionName, $handler) = explode('.',$_GET['menuaction']);
|
@list($appName, $className, $functionName, $handler) = explode('.',$_GET['menuaction']);
|
||||||
}
|
}
|
||||||
//error_log("xajax.php: appName=$appName, className=$className, functionName=$functionName, handler=$handler");
|
//error_log("json.php: appName=$appName, className=$className, functionName=$functionName, handler=$handler");
|
||||||
|
|
||||||
$GLOBALS['egw_info'] = array(
|
$GLOBALS['egw_info'] = array(
|
||||||
'flags' => array(
|
'flags' => array(
|
||||||
|
@ -346,7 +346,7 @@ else
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Check for save passwd
|
// Check for save passwd
|
||||||
if($GLOBALS['egw_info']['server']['check_save_passwd'] && $GLOBALS['egw']->acl->check('changepassword', 1, 'preferences') &&
|
if($GLOBALS['egw_info']['server']['check_save_passwd'] && $GLOBALS['egw']->acl->check('changepassword', 1, 'preferences') &&
|
||||||
($unsave_msg = $GLOBALS['egw']->auth->crackcheck($passwd)))
|
($unsave_msg = $GLOBALS['egw']->auth->crackcheck($passwd)))
|
||||||
{
|
{
|
||||||
$GLOBALS['egw']->log->write(array('text'=>'D-message, User '. $login. ' authenticated with an unsave password','file' => __FILE__,'line'=>__LINE__));
|
$GLOBALS['egw']->log->write(array('text'=>'D-message, User '. $login. ' authenticated with an unsave password','file' => __FILE__,'line'=>__LINE__));
|
||||||
|
Loading…
Reference in New Issue
Block a user