HomeHelpTrac

Changeset 7558


Ignore:
Timestamp:
11/18/08 05:43:01 (4 years ago)
Author:
hihi
Message:

XMLRPC interface

Location:
trunk
Files:
15 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/inc/db.inc.php

    r7421 r7558  
    110110 
    111111    return $res; 
     112} 
     113 
     114function db_last_id() 
     115{ 
     116    global $MySQL; 
     117    return mysql_insert_id( $query, $MySQL->link ); 
    112118} 
    113119 
Note: See TracChangeset for help on using the changeset viewer.