editing function part of input document.

This commit is contained in:
safan
2010-12-22 11:44:15 +00:00
parent 9b925cbfe1
commit fb3db8169b
4 changed files with 114 additions and 41 deletions

View File

@@ -40,7 +40,7 @@ try {
if(isset($_POST['function']))
$sfunction =$_POST['function'];
else
$sfunction ='';
$sfunction =$_POST['functions'];
switch($sfunction){
case 'lookForNameInput':