Community Support for OpenDocMan (Deprecated)
1.2.5.4 - edit.php - Printable Version

+- Community Support for OpenDocMan (Deprecated) (https://forum.opendocman.com)
+-- Forum: OpenDocMan Community Discussion (https://forum.opendocman.com/forum-5.html)
+--- Forum: OpenDocMan Patches (https://forum.opendocman.com/forum-10.html)
+--- Thread: 1.2.5.4 - edit.php (/thread-175.html)



1.2.5.4 - edit.php - Stephen - 02-12-2010

As reported by eschram:

Index: edit.php
===================================================================
--- edit.php (revision 658)
+++ edit.php (working copy)
@@ -505,10 +505,8 @@
{
$string=addslashes(space_to_underscore($dept_name));
$query = "UPDATE {$GLOBALS['CONFIG']['db_prefix']}dept_perms SET rights =\"".$_REQUEST[$string]."\" where fid=".$filedata->getId()." and {$GLOBALS['CONFIG']['db_prefix']}dept_perms.dept_id =$id";
- echo $query;
$result2 = mysql_query($query, $GLOBALS['connection']) or die("Error in query: $query. " . mysql_error() );
}
- exit;
// clean up
mysql_freeresult($result);
$message = urlencode('Document successfully updated');