Assembla home | Assembla project page
 

Changeset 739

Show
Ignore:
Timestamp:
01/01/09 17:17:53 (6 months ago)
Author:
deivinsontejeda
Message:

arreglos varios en la clase Kumbia

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 0.5/library/kumbia/kumbia.php

    r738 r739  
    139139         */ 
    140140        $delete_session_cache = false; 
    141         $path = join(array_slice(explode("/", dirname($_SERVER['PHP_SELF'])), 1, -1), '/'); 
     141        $path = join(array_slice(explode("/", dirname($_SERVER['PHP_SELF'])), 1, -1), "/"); 
    142142        if (isset($_SESSION['KUMBIA_PATH'])) { 
    143143            if ($path != $_SESSION['KUMBIA_PATH']) {