Update of /cvsroot/phpslash/phpslash-ft/doc/html
In directory sc8-pr-cvs1:/tmp/cvs-serv3066/phpslash-ft/doc/html
Modified Files:
phpslash.sgml
Log Message:
error function is now pslError
Index: phpslash.sgml
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/doc/html/phpslash.sgml,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -d -r1.65 -r1.66
*** phpslash.sgml 9 Jan 2003 17:32:54 -0000 1.65
--- phpslash.sgml 22 Jan 2003 19:12:34 -0000 1.66
***************
*** 1941,1945 ****
doOtherFunction($foo, "bar");
} else {
! error("You *are* stupid! Don't do that");
}
}
--- 1941,1945 ----
doOtherFunction($foo, "bar");
} else {
! pslError("You *are* stupid! Don't do that");
}
}
|