source:
OpenPNE/trunk/webapp/lib/db/action.php
@
1265
Last change on this file since 1265 was 1265, checked in by , 16 years ago | |
---|---|
File size: 222 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | function db_action_get_point4c_action_id($c_action_id) |
4 | { |
5 | $sql = "SELECT point FROM c_action WHERE c_action_id = ?"; |
6 | $params = array(intval($c_action_id)); |
7 | return db_get_one($sql, $params); |
8 | } |
9 | |
10 | ?> |
Note: See TracBrowser
for help on using the repository browser.