Ignore:
Timestamp:
Feb 24, 2006, 2:16:30 AM (18 years ago)
Author:
rvelices
Message:

fix: remove all php warnings and notices

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/identification.php

    r1052 r1056  
    4545if (isset($_POST['login']))
    4646{
    47   $redirect_to = $_POST['redirect'];
     47  $redirect_to = isset($_POST['redirect']) ? $_POST['redirect'] : '';
    4848  $username = mysql_escape_string($_POST['username']);
    4949  // retrieving the encrypted password of the login submitted
Note: See TracChangeset for help on using the changeset viewer.