summary refs log tree commit diff stats
path: root/php/wd-procedures.php
blob: d42de467124623da240b3ab2d68d85377a7a6615 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
$vdata[0]+=1;
file_put_contents($dpath.$wsdata[4].'/toc/'.$vid, implode(PHP_EOL, $vdata));

$vdata[1] = date('M j, Y', $vdata[1]);
$vdata[] = file_get_contents($dpath.$wsdata[4].'/'.$cpath.$vid);

if($title)
  $title = $vdata[2];
else
  $title = $wsdata[5];
?>