[vhffs-dev] [963] beautify ;)

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 963
Author:   gradator
Date:     2007-10-05 19:19:58 +0000 (Fri, 05 Oct 2007)

Log Message:
-----------
beautify ;)

Modified Paths:
--------------
    trunk/vhffs-api/src/Vhffs/Acl.pm


Modified: trunk/vhffs-api/src/Vhffs/Acl.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Acl.pm	2007-10-05 19:14:03 UTC (rev 962)
+++ trunk/vhffs-api/src/Vhffs/Acl.pm	2007-10-05 19:19:58 UTC (rev 963)
@@ -206,7 +206,7 @@
 	         ( SELECT u.object_id, u.username AS name FROM vhffs_users u INNER JOIN vhffs_user_group ug ON ug.uid=u.uid INNER JOIN vhffs_groups g ON ug.gid=g.gid INNER JOIN vhffs_object o ON o.owner_gid=g.gid WHERE o.object_id=? )
 	            AS allusers
 	      LEFT OUTER JOIN
-	         ( SELECT acl.granted_oid, acl.perm FROM vhffs_acl acl INNER JOIN vhffs_users u ON u.object_id=acl.granted_oid WHERE target_oid=? )
+	         ( SELECT acl.granted_oid, acl.perm FROM vhffs_acl acl INNER JOIN vhffs_users u ON u.object_id=acl.granted_oid WHERE acl.target_oid=? )
 	            AS aclusers
 	         ON allusers.object_id=aclusers.granted_oid
 	      )


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/