[geeklog-cvs] geeklog-1.3/public_html/admin/plugins/spamx install.php,1.2,1.3

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Tue Sep 14 09:05:21 EDT 2004


Update of /var/cvs/geeklog-1.3/public_html/admin/plugins/spamx
In directory www:/tmp/cvs-serv30864

Modified Files:
	install.php 
Log Message:
Fixed 2 parse errors


Index: install.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/admin/plugins/spamx/install.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** install.php	14 Sep 2004 12:28:28 -0000	1.2
--- install.php	14 Sep 2004 13:05:19 -0000	1.3
***************
*** 139,143 ****
          if (DB_error()) {
              COM_errorLog("Error Creating $table table",1);
!             plugin_uninstall_{plugin}();
              return false;
              exit;
--- 139,143 ----
          if (DB_error()) {
              COM_errorLog("Error Creating $table table",1);
!             plugin_uninstall_spamx();
              return false;
              exit;
***************
*** 154,158 ****
          if (DB_error()) {
              COM_errorLog("Error inserting default data into $table table",1);
!             plugin_uninstall_{plugin}();
              return false;
              exit;
--- 154,158 ----
          if (DB_error()) {
              COM_errorLog("Error inserting default data into $table table",1);
!             plugin_uninstall_spamx();
              return false;
              exit;




More information about the geeklog-cvs mailing list