|
From: Jim H. <jim...@us...> - 2005-08-21 12:30:33
|
Update of /cvsroot/pn-commerce/pn-commerce In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16732 Modified Files: pnuserapi.php Log Message: I removed the temporary // lines. This is working on PN.750-php5, PN.750-php4 and PN.760-php5 now. Index: pnuserapi.php =================================================================== RCS file: /cvsroot/pn-commerce/pn-commerce/pnuserapi.php,v retrieving revision 1.272 retrieving revision 1.273 diff -C2 -d -r1.272 -r1.273 *** pnuserapi.php 21 Aug 2005 12:11:57 -0000 1.272 --- pnuserapi.php 21 Aug 2005 12:30:25 -0000 1.273 *************** *** 1487,1493 **** if( isset($object_id) && is_numeric($object_id) && isset($object_type) && is_numeric($object_type) ) { ! // $dbconn = &pnDBGetConn(true); ! // $pntable = &pnDBGetTables(); ! // list($dbconn, $pntable, $tablecolumn) = pncOpenDB('pncommerce_properties'); list($dbconn, $pntable, $tablecolumn) = pncOpenDB(); $propertiestable = $pntable['pncommerce_properties']; --- 1487,1491 ---- if( isset($object_id) && is_numeric($object_id) && isset($object_type) && is_numeric($object_type) ) { ! list($dbconn, $pntable, $tablecolumn) = pncOpenDB(); $propertiestable = $pntable['pncommerce_properties']; |