- Timestamp:
- Jun 8, 2009, 11:46:24 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Ver2.0/xpressme_integration_kit/include/data.inc.php
r257 r261 92 92 $ret[$i]['cat_name'] = $row2['cat_name']; 93 93 94 $ret[$i]['uid'] = wp_uid_to_xoops_uid($row1['post_author'] );94 $ret[$i]['uid'] = wp_uid_to_xoops_uid($row1['post_author'],$mydirname); 95 95 $ret[$i]['replies'] = $row1['comment_count']; 96 96
Note: See TracChangeset
for help on using the changeset viewer.