Ignore:
Timestamp:
Mar 25, 2005, 11:10:55 PM (19 years ago)
Author:
plg
Message:
  • new feature : caddie. The purpose is batch management, especially concerning elements to categories associations. This is the very first release, needs many improvements.
  • new function : array_from_query. Firstly used by "caddie" feature, it may be useful in many cases.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/constants.php

    r739 r755  
    2727
    2828// Default settings
    29 define('PHPWG_VERSION', '1.4.0RC3');
     29define('PHPWG_VERSION', '1.4.0');
    3030define('PHPWG_URL', 'http://www.phpwebgallery.net');
    3131define('PHPWG_FORUM_URL', 'http://forum.phpwebgallery.net');
     
    5959define('RATE_TABLE', $prefixeTable.'rate');
    6060define('USER_FORBIDDEN_TABLE', $prefixeTable.'user_forbidden');
     61define('CADDIE_TABLE', $prefixeTable.'caddie');
    6162?>
Note: See TracChangeset for help on using the changeset viewer.