Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites
View Statistics - Next Notice - Previous NoticeDirectory filter : [ all ] / postnuke_official / html / modules / xmlrpc [ view in CVS ]
Date | Directory [filter] | File(s) [view] | Author [filter] |
09 Aug 2002 15:54:32 | postnuke_official/html/modules/xmlrpc | pnuserapi.php,1.8,1.9 | Marcel van der Boom |
commented out deprecated function |
Update of /home/cvsroot/postnuke_official/html/modules/xmlrpc In directory ns7.hostnuke.net:/tmp/cvs-serv21966/html/modules/xmlrpc Modified Files: pnuserapi.php Log Message: commented out deprecated function Index: pnuserapi.php =================================================================== RCS file: /home/cvsroot/postnuke_official/html/modules/xmlrpc/pnuserapi.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** pnuserapi.php 22 May 2002 20:51:03 -0000 1.8 --- pnuserapi.php 9 Aug 2002 15:54:29 -0000 1.9 *************** *** 105,117 **** } ! function xmlrpc_userapi_get_userid($username) { ! $pntable = pnDBGetTables(); ! list($dbconn) = pnDBGetConn(); ! $cols = &$pntable['users_column']; ! $result = $dbconn->Execute("SELECT $cols[uid] from $pntable[users] where $cols[uname] ='$username'"); ! $uid = $result->fields[0]; ! return $uid; ! } --- 105,117 ---- } ! // function xmlrpc_userapi_get_userid($username) { ! // $pntable = pnDBGetTables(); ! // list($dbconn) = pnDBGetConn(); ! // $cols = &$pntable['users_column']; ! // $result = $dbconn->Execute("SELECT $cols[uid] from $pntable[users] where $cols[uname] ='$username'"); ! // $uid = $result->fields[0]; ! // return $uid; ! // }
View Statistics - Next Notice - Previous Notice
Visit Developer Site - Browse CVS Repository |
Syndicate via backend.rss (max. once per hour please) | Powered by CVSNotice 0.1.3 |