removed unnecessary refresh_table from update, as it makes problems with PostgreSQL

This commit is contained in:
Ralf Becker 2011-03-14 17:50:22 +00:00
parent 4b18c05ec3
commit 6836518858
2 changed files with 3 additions and 3 deletions

View File

@ -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(