Changeset 228 for trunk/global.php
- Timestamp:
- Jun 1, 2009, 11:23:59 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 3 3 statistic 4 4 webis 5 galerie
-
- Property svn:ignore
-
trunk/global.php
r226 r228 110 110 function AddEmailToQueue($Address, $Subject, $Content, $Headers = '') 111 111 { 112 $Address = 'robie@centrum.cz';113 112 $this->Database->insert('EmailQueue', array('Address' => $Address, 'Subject' => $Subject, 'Content' => $Content, 'Time' => 'NOW()', 'Headers' => $Headers)); 114 113 }
Note:
See TracChangeset
for help on using the changeset viewer.