]> andersk Git - sql-web.git/blob - batch/batch.inc.php
git-svn-id: svn://presbrey.mit.edu/php/lib@120 a142d4bd-2cfb-0310-9673-cb33a7e74f58
[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.113214 seconds and 5 git commands to generate.