Changeset 1740


Ignore:
Timestamp:
Jan 22, 2007, 12:05:37 AM (17 years ago)
Author:
rub
Message:

Bad quotes Fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/db/44-database.php

    r1739 r1740  
    33// | PhpWebGallery - a PHP based picture gallery                           |
    44// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    5 // | Copyright (C) 2003-2005 PhpWebGallery Team - http://phpwebgallery.net |
     5// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
    66// +-----------------------------------------------------------------------+
    77// | branch        : BSF (Best So Far)
     
    4040
    4141$query = '
    42 ALTER TABLE '.PREFIX_TABLE.'image_category` DROP INDEX `image_category_i1`;";
     42ALTER TABLE '.PREFIX_TABLE.'image_category DROP INDEX `image_category_i1;';
    4343pwg_query($query);
    4444
Note: See TracChangeset for help on using the changeset viewer.