Changeset 536

Show
Ignore:
Timestamp:
09/09/06 09:42:24 (2 years ago)
Author:
ben
Message:

And a fix for a typo in the last (one-line) commit ...

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/login/index.php

    r535 r536  
    1111} 
    1212if (substr_count($redirect_url,$CFG->wwwroot) == 0) { 
    13     $redirect_url = substr($CFG->wwwroot,a,strlen($CFG->wwwroot) - 1) . $redirect_url; 
     13    $redirect_url = substr($CFG->wwwroot,0,strlen($CFG->wwwroot) - 1) . $redirect_url; 
    1414} 
    1515