|
From: Greg M. <bli...@us...> - 2008-06-22 14:28:13
|
Update of /cvsroot/phpwebsite-comm/modules/ads/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19938/docs Modified Files: ChangeLog INSTALL Log Message: Advertisers deleted when associated site user is deleted. Index: INSTALL =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/ads/docs/INSTALL,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** INSTALL 28 May 2007 21:21:50 -0000 1.3 --- INSTALL 22 Jun 2008 14:27:48 -0000 1.4 *************** *** 5,10 **** ===== IMPORTANT ===== ! This module is for phpWebSite 1.2.0 or higher. You have to install ! phpWebSite >= 1.2.0 first - earlier versions of phpWebSite will not work. If you don't have phpWebSite installed, first get the latest code here: --- 5,10 ---- ===== IMPORTANT ===== ! This module is for phpWebSite 1.5.2 or higher. You have to install ! phpWebSite >= 1.5.2 first - earlier versions of phpWebSite will not work. If you don't have phpWebSite installed, first get the latest code here: Index: ChangeLog =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/ads/docs/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** ChangeLog 29 Mar 2008 17:01:26 -0000 1.7 --- ChangeLog 22 Jun 2008 14:27:48 -0000 1.8 *************** *** 5,8 **** --- 5,9 ---- *cvs + RFE #1988283: Advertisers deleted when associated site user is deleted. Switched to PHPWS_LIST_TOGGLE_CLASS define for DBPager. Started to use the core's logIfError function. |