fix: remove all php warnings and notices

git-svn-id: http://piwigo.org/svn/trunk@1056 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2006-02-24 01:16:30 +00:00
parent 5fa3664567
commit 3aff4f0bfe
8 changed files with 325 additions and 310 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ if ( !empty($_GET['redirect']) )
if (isset($_POST['login']))
{
$redirect_to = $_POST['redirect'];
$redirect_to = isset($_POST['redirect']) ? $_POST['redirect'] : '';
$username = mysql_escape_string($_POST['username']);
// retrieving the encrypted password of the login submitted
$query = '