smsq/tests/db-get-outgoing-msg-status-from-frags.php

9 lines
190 B
PHP
Raw Permalink Normal View History

2017-11-15 05:23:00 +01:00
<?php
require '../includes/core.php';
if (count($argv) != 2 || !check_uuid($argv[1])) {
die("Usage : $argv[0] [uuid]\n");
}
var_dump(get_outgoing_msg_status_from_frags($argv[1]));