Ignore:
Timestamp:
Mar 30, 2006, 2:37:07 AM (18 years ago)
Author:
rvelices
Message:

fix: image_order cookie path fixed for url rewriting

improve: add function access_denied called when check_status or
check_restrictions fail

fix: french language correction

fix: remove php warnings in clean_iptc_value

split search functions into include/functions_search.inc.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/search_rules.php

    • Property svn:keywords set to Author Date Id Revision
    r1092 r1113  
    66// +-----------------------------------------------------------------------+
    77// | branch        : BSF (Best So Far)
    8 // | file          : $RCSfile$
    9 // | last update   : $Date: 2005-09-27 23:57:14 +0200 (mar, 27 sep 2005) $
    10 // | last modifier : $Author: plg $
    11 // | revision      : $Revision: 879 $
     8// | file          : $Id$
     9// | last update   : $Date$
     10// | last modifier : $Author$
     11// | revision      : $Revision$
    1212// +-----------------------------------------------------------------------+
    1313// | This program is free software; you can redistribute it and/or modify  |
     
    4444define('PHPWG_ROOT_PATH','./');
    4545include_once( PHPWG_ROOT_PATH.'include/common.inc.php' );
     46include_once( PHPWG_ROOT_PATH.'include/functions_search.inc.php' );
    4647
    4748$page['body_id'] = 'thePopuphelpPage';
Note: See TracChangeset for help on using the changeset viewer.