Browse CVS Repository
Diff of /xoonips/AL/xnpal.cc
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 724 |
string date(unsignedIntToString((unsigned int)pSession->getDate())); |
string date(unsignedIntToString((unsigned int)pSession->getDate())); |
| 725 |
add_assoc_string(z, "date", (char *)date.c_str(), 1); |
add_assoc_string(z, "date", (char *)date.c_str(), 1); |
| 726 |
|
|
| 727 |
string userID(unsignedIntToString((unsigned int)pSession->getUserID())); |
string userID(unsignedIntToString((unsigned int)pSession->getUID())); |
| 728 |
add_assoc_string(z, "user_id", (char *)userID.c_str(), 1); |
add_assoc_string(z, "user_id", (char *)userID.c_str(), 1); |
| 729 |
|
|
| 730 |
return RES_OK; |
return RES_OK; |
|
|
Legend:
| Removed from v.1.19 |
|
| changed lines |
| |
Added in v.1.20 |
|
|
| |