forgot to remove debug check

This commit is contained in:
shrykedude 2003-10-22 05:18:45 +00:00
parent 9798ccf162
commit b6578a3c3d

View File

@ -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']))
{ {