Changeset 7776 for contributed_modules/modules/tweet2call
- Timestamp:
- 05/29/09 15:57:06 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
contributed_modules/modules/tweet2call/bin/tweet2call.php
r7773 r7776 165 165 file_put_contents(TEMP_LASTTWEET, $last); 166 166 logToFile(LOG_FILE, "Polling Finished Last DM pulled was $last"); 167 /* XXX168 return array(31854897 => array('sender' => 'god', 'msg' => 'Hello. Please help. I need support. Please call me at 4802253448'),169 31852298 => array('sender' => 'satan', 'msg' => 'Billing me at 9119531111'),170 );171 */172 167 173 168 // Return said array of DM's contributed_modules/modules/tweet2call/module.xml
r7773 r7776 7 7 <changelog> 8 8 *0.1.0.0* Original Release (beta) 9 *0.2.0.0* Tested much more stabler 9 10 </changelog> 10 11 <description>
