Changeset 4 for trunk/global.php


Ignore:
Timestamp:
Jul 27, 2016, 11:28:39 PM (8 years ago)
Author:
chronos
Message:
  • Fixed: Use table prefix from Database class.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        11config.php
         2.buildpath
         3.project
         4.settings
  • trunk/global.php

    r3 r4  
    77$Database = new Database();
    88$Database->Connect($Options['DB_Host'], $Options['DB_User'], $Options['DB_Password'], $Options['DB_Database']);
     9$Database->charset('utf8');
     10$Database->Prefix = $DB_Prefix;
    911
    1012function IconedLink($Link, $Text)
Note: See TracChangeset for help on using the changeset viewer.