Removing debug instructions
git-svn-id: http://piwigo.org/svn/trunk@108 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
6a68d7e46d
commit
668f8c3586
3 changed files with 0 additions and 3 deletions
|
@ -40,7 +40,6 @@ if ( isset( $_POST['submit'] ) )
|
|||
}
|
||||
$query.= " ('".$_POST['virtual_name']."',".$_POST['associate'].")";
|
||||
$query.= ';';
|
||||
echo $query;
|
||||
mysql_query( $query );
|
||||
}
|
||||
else
|
||||
|
|
|
@ -83,7 +83,6 @@ if ( isset( $_POST['submit'] ) )
|
|||
}
|
||||
$query.= ' WHERE id = '.$_GET['cat'];
|
||||
$query.= ';';
|
||||
echo $query;
|
||||
mysql_query( $query );
|
||||
|
||||
$query = 'SELECT id';
|
||||
|
|
|
@ -195,7 +195,6 @@ if ( isset( $_POST['submit'] ) )
|
|||
}
|
||||
$query.= ')';
|
||||
$query.= ';';
|
||||
echo $query;
|
||||
mysql_query( $query );
|
||||
|
||||
$query = 'UPDATE '.PREFIX_TABLE.'users';
|
||||
|
|
Loading…
Add table
Reference in a new issue