]> andersk Git - sql-web.git/blame - batch/batch.inc.php
git-svn-id: svn://presbrey.mit.edu/php/lib@127 a142d4bd-2cfb-0310-9673-cb33a7e74f58
[sql-web.git] / batch / batch.inc.php
CommitLineData
2f91d7fe
JP
1<?php
2
3isset($i_u) || $i_u = '';
4isset($i_p) || $i_p = '';
5isset($i_d) || $i_d = '';
6
7$i_d = str_replace(' ', '+', $i_d);
8
9?>
This page took 0.052356 seconds and 5 git commands to generate.