Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.13.2.4, Tue Oct 21 17:19:09 2008 UTC | revision 1.13.2.5, Tue Oct 21 17:21:02 2008 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | // $Id: update_status_aggregator.module,v 1.13.2.3 2008/05/02 19:21:41 yrocq Exp $ | // $Id: update_status_aggregator.module,v 1.13.2.4 2008/10/21 17:19:09 yrocq Exp $ |
| 3 | ||
| 4 | /** | /** |
| 5 | * @file | * @file |
| # | Line 490 function update_status_aggregator_xml_no | Line 490 function update_status_aggregator_xml_no |
| 490 | node_save($node); | node_save($node); |
| 491 | } | } |
| 492 | } | } |
| 493 | return t("notification send with success"); | return t("notification sent with success"); |
| 494 | } | } |
| 495 | ||
| 496 | function status_int_to_string($number) { | function status_int_to_string($number) { |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |