mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 20:01:36 +02:00
forgot to remove debug check
This commit is contained in:
parent
9798ccf162
commit
b6578a3c3d
@ -77,7 +77,7 @@
|
|||||||
|
|
||||||
function get_error_e($parms)
|
function get_error_e($parms)
|
||||||
{
|
{
|
||||||
if ( false ) {
|
|
||||||
/* Fixed From */
|
/* Fixed From */
|
||||||
if (!isset($parms['from']))
|
if (!isset($parms['from']))
|
||||||
{
|
{
|
||||||
@ -88,7 +88,6 @@ if ( false ) {
|
|||||||
$parms['from'][] = 'phpgw_accounts';
|
$parms['from'][] = 'phpgw_accounts';
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
/* Fix Where */
|
/* Fix Where */
|
||||||
if (!isset($parms['where']))
|
if (!isset($parms['where']))
|
||||||
{
|
{
|
||||||
@ -98,6 +97,7 @@ if ( false ) {
|
|||||||
{
|
{
|
||||||
$parms['where'][] = 'phpgw_log.log_user = phpgw_accounts.account_id';
|
$parms['where'][] = 'phpgw_log.log_user = phpgw_accounts.account_id';
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Fix Default Fields */
|
/* Fix Default Fields */
|
||||||
if (!isset($parms['fields']))
|
if (!isset($parms['fields']))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user