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
-1
View File
@@ -195,7 +195,6 @@ if ( isset( $_POST['submit'] ) )
}
$query.= ')';
$query.= ';';
echo $query;
mysql_query( $query );
$query = 'UPDATE '.PREFIX_TABLE.'users';