Ignore:
Timestamp:
Apr 15, 2010, 11:45:44 AM (14 years ago)
Author:
plg
Message:

bug 1606: don't try to check the "no photo yet" feature when displaying an
help popup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/no_photo_yet.inc.php

    r5854 r5861  
    3030  and script_basename() != 'identification' // keep the ability to login
    3131  and script_basename() != 'ws'             // keep the ability to discuss with web API
     32  and script_basename() != 'popuphelp'      // keep the ability to display help popups
    3233  and !isset($_SESSION['no_photo_yet'])     // temporary hide
    3334  )
Note: See TracChangeset for help on using the changeset viewer.