]> gitweb.fluxo.info Git - drupal/muamba.git/commitdiff
Minor change
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 27 Sep 2011 02:38:31 +0000 (23:38 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 27 Sep 2011 02:38:31 +0000 (23:38 -0300)
muamba.module

index eabd4db2793d573688ad86e3c187ae4cb3bb6e46..751bc0df29ab9d85b18eede8f31767d09f430324 100644 (file)
@@ -181,5 +181,6 @@ function muamba_block_view($delta = '') {
  * @todo
  */
 function muamba_privatemsg_view_alter(&$content) {
-  $content['participants']['#markup'] = $content['participants']['#markup'] . 'TODO: Add here request management bar.';
+  $bar = 'TODO: Add here request management bar.';
+  $content['participants']['#markup'] = $bar . $content['participants']['#markup'];
 }