|
|
//If code gets here, there were no errors. Build query.
|
|
//If code gets here, there were no errors. Build query.
|
|
|
$query = $query . ", text, username, app) VALUES ($item_id, \"$text\", \"$username\", \"client\");";
|
|
$query = $query . ", text, username, app) VALUES ($item_id, \"$text\", \"$username\", \"client\");";
|