phpBMS

Show
Ignore:
Timestamp:
03/27/07 11:44:14 (5 years ago)
Author:
brieb
Message:

Fixed install problems with scheduler.
Fixed convert to invoice function.
Expanded logging details for errors.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/include/session.php

    r204 r206  
    112112                 
    113113        if($log && function_exists("sendLog")){ 
    114                 global $dblik; 
     114                global $dblink; 
    115115                if(!isset($_SESSION["userinfo"]["id"])) 
    116116                        $_SESSION["userinfo"]["id"]="NULL"; 
    117                 sendLog($dblink,"ERROR",$id.":".$extras,$_SESSION["userinfo"]["id"]); 
     117                sendLog($dblink,"ERROR",$id.": ".$_SERVER["REQUEST_URI"]." -- ".$extras,$_SESSION["userinfo"]["id"]); 
    118118        } 
    119119        if($die) die(); 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.