Update of /cvsroot/webnotes/webnotes/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv19810/doc
Modified Files:
ChangeLog
Log Message:
M note_add.php
- Call the email notification function.
M core/database_api.php
- Added support for getting the id of the inserted record.
M core/email_api.php
- Email sending function.
M core/note_api.php
- Change note_add() to return the id of the inserted record.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/webnotes/webnotes/doc/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- ChangeLog 20 Aug 2003 08:46:35 -0000 1.29
+++ ChangeLog 12 Sep 2003 10:58:16 -0000 1.30
@@ -13,6 +13,7 @@
* Added current time, last updated time for each page, number of notes of notes for each page to the manage notes page.
* Added support for tracking the number of hits on each page.
* Display the number of hits on each page in the manage notes page.
+ * Added support for sending email notifications for note addition to Administrator.
06.10-2002 - 2.0.0pr1 (2.0.0 pre-release 1)
* Fixed bug causing weird "headers already sent in whatever" errors on some servers
|