[ljcom] r10857: LJSUP-9500.
Committer: wisest-owl
LJSUP-9500.U trunk/cgi-bin/LJ/UserManage.pm
Modified: trunk/cgi-bin/LJ/UserManage.pm
===================================================================
--- trunk/cgi-bin/LJ/UserManage.pm 2011-08-12 03:08:16 UTC (rev 10856)
+++ trunk/cgi-bin/LJ/UserManage.pm 2011-08-12 03:36:09 UTC (rev 10857)
@@ -47,6 +47,9 @@
'friending_actions_q' => { 'userid' => 'userid', 'id' => 'rec_id', 'copy_policy' => 'chunks' },
'friendgroup2' => { 'copy_policy' => 'whole' },
'friendstimes' => { 'copy_policy' => 'whole', id => 'userid' },
+ 'fotki_albums' => { 'copy_policy' => 'chunks', 'id' => 'album_id' },
+ 'fotki_photos' => { 'copy_policy' => 'chunks', 'id' => 'photo_id' },
+ 'fotki_photos_data' => { 'copy_policy' => 'chunks', 'id' => 'photo_id' },
'has_subs' => 'ignore',
'inactive_user' => { 'copy_policy' => 'whole' },
'inviterecv' => { 'copy_policy' => 'whole' },
