8 lines
237 B
PHP
8 lines
237 B
PHP
<?php
|
|
|
|
// Use same function as used after staticsync alt file
|
|
function HookVideo_tracksAllAfter_alt_upload($resource, $altfile="")
|
|
{
|
|
HookVideo_tracksAllStaticsync_after_alt ($resource, $altfile);
|
|
}
|