mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Broked it now fixed it
This commit is contained in:
3
post.php
3
post.php
@@ -934,7 +934,8 @@ if(isset($_POST['add_client'])){
|
||||
|
||||
//Add Tags
|
||||
|
||||
foreach($_POST['tags'] as intval($tag_id)){
|
||||
foreach($_POST['tags'] as $tag_id){
|
||||
intval($tag_id);
|
||||
mysqli_query($mysqli,"INSERT INTO client_tags SET client_id = $client_id, tag_id = $tag_id, client_tag_created_at = NOW()");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user