From f76acb2d9d421ff705be6fd2713b8cc2c007e1df Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 12 Oct 2008 04:30:09 +0000 Subject: #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif. --- scripts/drupal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/drupal.sh') diff --git a/scripts/drupal.sh b/scripts/drupal.sh index e94d9e9ca..a3f258459 100755 --- a/scripts/drupal.sh +++ b/scripts/drupal.sh @@ -118,7 +118,7 @@ while ($param = array_shift($_SERVER['argv'])) { $_SERVER['PHP_SELF'] = $_SERVER['REQUEST_URI'] = $path['path']; $cmd = substr($path['path'], 1); } - else if (isset($path['path'])) { + elseif (isset($path['path'])) { if (!isset($_GET['q'])) { $_REQUEST['q'] = $_GET['q'] = $path['path']; } -- cgit v1.2.3