Ignore:
Timestamp:
Oct 8, 2011, 8:38:30 PM (12 years ago)
Author:
Mattias
Message:

Small code cleanups - compatible with piwigo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Extended_author/maintain.inc.php

    r11846 r12390  
    33// | Piwigo - a PHP based picture gallery                                  |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2008-2009 Piwigo Team                  http://piwigo.org |
     5// | Copyright(C) 2008-2011 Piwigo Team                  http://piwigo.org |
    66// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
    77// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
     
    4949          author_id int(11) NOT NULL AUTO_INCREMENT,
    5050      name varchar(255) UNIQUE NOT NULL,
     51          code varchar (4) UNIQUE NOT NULL,
    5152      url varchar(255),
    5253      descr text DEFAULT NULL,
Note: See TracChangeset for help on using the changeset viewer.