Changeset 522

Show
Ignore:
Timestamp:
04/24/07 23:59:59 (1 year ago)
Author:
malte
Message:

whats not in the head has to be in the lags :( (fixed typo)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gui/include/sql.php

    r521 r522  
    1818 * 
    1919 **/ 
    20 $include_path = realpath(dirname(_ _FILE_ _)); 
     20$include_path = realpath(dirname(__FILE__)); 
    2121 
    2222include_once (realpath($include_path.'/adodb/adodb.inc.php'));