Fixed a typo

This commit is contained in:
Loïc Chapeaux
2001-08-03 14:02:29 +00:00
parent cdf3f4f581
commit ed1e608e1d

View File

@@ -8,10 +8,11 @@
require('./grab_globals.inc.php3');
require('./lib.inc.php3');
/**
* Initializes some variables
*/
// Defines the url to return in casse of success of the query
// Defines the url to return in case of success of the query
if (isset($sql_query)) {
$sql_query = urldecode($sql_query);
}