- Timestamp:
- Jun 5, 2009, 5:43:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Ver2.0/xpressme_integration_kit/include/data.inc.php
r37 r257 36 36 $wp_prefix = $mydirname; 37 37 } 38 38 require_once (XOOPS_ROOT_PATH . '/modules/'.$mydirname . '/include/general_functions.php'); 39 39 include(XOOPS_ROOT_PATH . '/modules/'.$mydirname . '/wp-includes/version.php'); 40 40 … … 92 92 $ret[$i]['cat_name'] = $row2['cat_name']; 93 93 94 $ret[$i]['uid'] = $row1['post_author'];94 $ret[$i]['uid'] = wp_uid_to_xoops_uid($row1['post_author']); 95 95 $ret[$i]['replies'] = $row1['comment_count']; 96 96 … … 180 180 } 181 181 182 182 183 // --- function end --- 183 184
Note: See TracChangeset
for help on using the changeset viewer.