prevent double posting of status updates and comments

This commit is contained in:
Zach Prezkuta
2012-11-01 17:14:42 -06:00
parent 6ecccf6830
commit e9b26ffbb3
27 changed files with 62 additions and 13 deletions

View File

@@ -139,7 +139,8 @@ function editpost_content(&$a) {
'$preview' => t('Preview'),
'$jotplugins' => $jotplugins,
'$sourceapp' => t($a->sourcename),
'$cancel' => t('Cancel')
'$cancel' => t('Cancel'),
'$rand_num' => random_digits(12)
));
return $o;