Plugins  LAST
 All Data Structures Files Functions Variables Pages
ajax_remove_key.php
Go to the documentation of this file.
1 <?php
2 global $cn;
3 $cn->exec_sql("delete from coprop.clef_repartition where cr_id=$1",array($key_id));
4 ?>
global $cn