Update of /cvsroot/easymod/easymod/install
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28502
Modified Files:
em_install.php
Log Message:
- Changed error message to em_trigger_error
Other minor changes
Index: em_install.php
===================================================================
RCS file: /cvsroot/easymod/easymod/install/em_install.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** em_install.php 9 Dec 2005 23:22:37 -0000 1.2
--- em_install.php 22 Dec 2005 00:33:31 -0000 1.3
***************
*** 682,686 ****
if ( !is_bool($error) )
{
! em_handle_error(EM_ERR_INSTALL, $error);
}
--- 682,686 ----
if ( !is_bool($error) )
{
! em_trigger_error(EM_ERR_INSTALL, $error);
}
|