Skip to content

Instantly share code, notes, and snippets.

View safwanebrahim-uc's full-sized avatar

Safwan safwanebrahim-uc

  • UniCourt
  • Managalore
View GitHub Profile
@safwanebrahim-uc
safwanebrahim-uc / Sugar
Created February 12, 2014 10:50 — forked from austgate/Sugar
SugarApplication::appendErrorMessage('Enter your message string');
$params = array(
'module'=> 'Accounts',
'action'=>'DetailView',
'id' => $bean->id
);
SugarApplication::redirect('index.php?' . http_build_query($params));