Changeset 4639 for plugins_spip/trackbacks
- Timestamp:
- 12/17/10 18:40:51 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins_spip/trackbacks/spip_tb.html
r2509 r4639 13 13 else { 14 14 $type = !empty($_GET['id_breve'])?'breve':'article'; 15 $table = "spip_".table_objet($type);15 $table = table_objet_sql($type); 16 16 $col_id = id_table_objet($type); 17 17 $id = intval($_GET[$col_id]);
Note: See TracChangeset
for help on using the changeset viewer.