|
From: <and...@us...> - 2007-09-01 21:40:47
|
Revision: 32
http://thevr.svn.sourceforge.net/thevr/?rev=32&view=rev
Author: andrewbelcher
Date: 2007-09-01 14:40:48 -0700 (Sat, 01 Sep 2007)
Log Message:
-----------
This is the fix the for problem with selecting forum parents.
This still shouldn't be necessary! For some reason there is a problem with the cache caused by the PMS mod... But we wont worry about it as once I re-write the metadata/permissions backend it should disappear!
Modified Paths:
--------------
mods/pms/trunk/includes/functions_admin.php
Modified: mods/pms/trunk/includes/functions_admin.php
===================================================================
--- mods/pms/trunk/includes/functions_admin.php 2007-09-01 17:21:25 UTC (rev 31)
+++ mods/pms/trunk/includes/functions_admin.php 2007-09-01 21:40:48 UTC (rev 32)
@@ -112,7 +112,7 @@
$sql = 'SELECT forum_id, forum_name, parent_id, forum_type, left_id, right_id
FROM ' . FORUMS_TABLE . '
ORDER BY left_id ASC';
- $result = $db->sql_query($sql, 600);
+ $result = $db->sql_query($sql, 0);
$right = 0;
$padding_store = array('0' => '');
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|