summary refs log tree commit diff stats
path: root/pages
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-11-19 21:22:51 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-11-19 21:22:51 -0500
commit550d9853e19179d961b2f803c1fba72716a9da4c (patch)
treefc3d6ad68587c0b5c537b8beb470d68dc976fc86 /pages
parent6a66b6b2fea3fa24862586e27e9b03a2f92196a5 (diff)
downloadfourisland-550d9853e19179d961b2f803c1fba72716a9da4c.tar.gz
fourisland-550d9853e19179d961b2f803c1fba72716a9da4c.tar.bz2
fourisland-550d9853e19179d961b2f803c1fba72716a9da4c.zip
Fixed a few code nags
Diffstat (limited to 'pages')
-rwxr-xr-xpages/admin.php1
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')