Changeset 482 for trunk/install.php


Ignore:
Timestamp:
Aug 7, 2004, 11:39:57 PM (20 years ago)
Author:
z0rglub
Message:

bug correction, a single quote was not in the right place

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install.php

    r463 r482  
    284284   
    285285    $query = 'INSERT INTO '.SITES_TABLE;
    286     $query.= " (id,galleries_url) VALUES (1, ".PHPWG_ROOT_PATH."'galleries/');";
     286    $query.= " (id,galleries_url) VALUES (1, '".PHPWG_ROOT_PATH."galleries/');";
    287287    mysql_query( $query );
    288288   
Note: See TracChangeset for help on using the changeset viewer.