The function is called in cookie_cache_bypass_adv.module on line 14 in the D6 version, but the function isn't present until D7.

Quick fix is to change the call to drupal_is_cli() with the actual logic in the function. Attached is a patch which does this.

CommentFileSizeAuthor
drupal_is_cli_fix.patch489 bytesSamLerner
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

wojtha’s picture

Status: Active » Reviewed & tested by the community
penyaskito’s picture

drupal_is_cli is introduced at Pressflow 6. I don't fully understand why you would to use this module if you're not using Pressflow already.