Changeset 617 for trunk/app/config

Show
Ignore:
Timestamp:
07/01/08 19:06:58 (5 months ago)
Author:
aarkerio
Message:

Little fixes

Location:
trunk/app/config
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/config/core.php

    r615 r617  
    1414 * In development mode, you need to click the flash message to continue. 
    1515 */ 
    16     Configure::write('debug', 0); 
     16    Configure::write('debug', 1); 
    1717/** 
    1818 * Application wide charset encoding 
  • trunk/app/config/sql/postgresql/ecourses.sql

    r436 r617  
    88  "created" timestamp(0) with time zone DEFAULT now() NOT NULL, 
    99  "status" smallint DEFAULT 0 NOT NULL, 
    10   "lang_id" int NOT NULL REFERENCES langs(id) 
     10  "lang_id" int NOT NULL REFERENCES langs(id), 
     11  "code" varchar(13) 
    1112); 
    1213