diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2008-11-19 21:22:51 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2008-11-19 21:22:51 -0500 |
commit | 550d9853e19179d961b2f803c1fba72716a9da4c (patch) | |
tree | fc3d6ad68587c0b5c537b8beb470d68dc976fc86 /pages | |
parent | 6a66b6b2fea3fa24862586e27e9b03a2f92196a5 (diff) | |
download | fourisland-550d9853e19179d961b2f803c1fba72716a9da4c.tar.gz fourisland-550d9853e19179d961b2f803c1fba72716a9da4c.tar.bz2 fourisland-550d9853e19179d961b2f803c1fba72716a9da4c.zip |
Fixed a few code nags
Diffstat (limited to 'pages')
-rwxr-xr-x | pages/admin.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/admin.php b/pages/admin.php index e0c8d3f..195ac64 100755 --- a/pages/admin.php +++ b/pages/admin.php | |||
@@ -548,6 +548,7 @@ if (isLoggedIn()) | |||
548 | $template->adds_block('QUOTE', array( 'ID' => $getpending3[$i]['id'], | 548 | $template->adds_block('QUOTE', array( 'ID' => $getpending3[$i]['id'], |
549 | 'TEXT' => nl2br($getpending3[$i]['quote']))); | 549 | 'TEXT' => nl2br($getpending3[$i]['quote']))); |
550 | } | 550 | } |
551 | |||
551 | $i++; | 552 | $i++; |
552 | } | 553 | } |
553 | } else if ($_GET['page'] == 'actionPendingQuotes') | 554 | } else if ($_GET['page'] == 'actionPendingQuotes') |