includes/paths.php
changeset 74 68469a95658d
parent 73 0a74676a2f2f
child 76 608dee512bf0
--- a/includes/paths.php	Sat Jul 21 18:12:10 2007 -0400
+++ b/includes/paths.php	Wed Jul 25 18:06:34 2007 -0400
@@ -853,6 +853,8 @@
       $group_list[] = $row['pg_id'];
     }
     
+    $db->free_result();
+    
     // Static-page groups
     $q = $db->sql_query('SELECT g.pg_id FROM '.table_prefix.'page_groups AS g
                            LEFT JOIN '.table_prefix.'page_group_members AS m