Removing debug instructions

git-svn-id: http://piwigo.org/svn/trunk@108 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub 2003-09-14 16:36:38 +00:00
parent 6a68d7e46d
commit 668f8c3586
3 changed files with 0 additions and 3 deletions

View file

@ -40,7 +40,6 @@ if ( isset( $_POST['submit'] ) )
}
$query.= " ('".$_POST['virtual_name']."',".$_POST['associate'].")";
$query.= ';';
echo $query;
mysql_query( $query );
}
else

View file

@ -83,7 +83,6 @@ if ( isset( $_POST['submit'] ) )
}
$query.= ' WHERE id = '.$_GET['cat'];
$query.= ';';
echo $query;
mysql_query( $query );
$query = 'SELECT id';

View file

@ -195,7 +195,6 @@ if ( isset( $_POST['submit'] ) )
}
$query.= ')';
$query.= ';';
echo $query;
mysql_query( $query );
$query = 'UPDATE '.PREFIX_TABLE.'users';