10 Aug
2012
10 Aug
'12
1:15 a.m.
Signed-off-by: canyonknight <canyonknight@gmail.com> --- web/html/home.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/html/home.php b/web/html/home.php index df112b8..8fecfd4 100644 --- a/web/html/home.php +++ b/web/html/home.php @@ -91,7 +91,7 @@ $dbh = db_connect(); </div> <div id="content-right"> <div id="pkgsearch" class="widget"> - <form id="pkgsearch-form" method="get" action="<?php get_uri('/packages/'); ?>"> + <form id="pkgsearch-form" method="get" action="<?php echo get_uri('/packages/'); ?>"> <fieldset> <label for="pkgsearch-field">Package Search:</label> <input type="hidden" name="O" value="0" /> -- 1.7.11.4