]> andersk Git - sql-web.git/blob - batch/batch.inc.php
user interaction moved to proc.lib.php
[sql-web.git] / batch / batch.inc.php
1 <?php
2
3 isset($i_u) || $i_u = '';
4 isset($i_p) || $i_p = '';
5 isset($i_d) || $i_d = '';
6
7 $i_d = str_replace(' ', '+', $i_d);
8
9 ?>
This page took 0.028594 seconds and 5 git commands to generate.