Skip to content

Commit

Permalink
fixed debug_log function from pla
Browse files Browse the repository at this point in the history
  • Loading branch information
lota committed Mar 26, 2018
1 parent cc8e8e8 commit 2e9b356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controllers/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,8 @@ function phamm_password_hash($password_clear,$enc_type) {
*/

function random_salt($length) {
if (DEBUG_ENABLED && (($fargs=func_get_args())||$fargs='NOARGS'))
debug_log('Entered (%%)',1,0,__FILE__,__LINE__,__METHOD__,$fargs);
//if (DEBUG_ENABLED && (($fargs=func_get_args())||$fargs='NOARGS'))
// debug_log('Entered (%%)',1,0,__FILE__,__LINE__,__METHOD__,$fargs);

$possible = '0123456789'.
'abcdefghijklmnopqrstuvwxyz'.
Expand Down

0 comments on commit 2e9b356

Please sign in to comment.