diff options
Diffstat (limited to 'www/capnew.php')
-rw-r--r-- | www/capnew.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/capnew.php b/www/capnew.php index d216a32..3136993 100644 --- a/www/capnew.php +++ b/www/capnew.php @@ -17,8 +17,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -// $Id: capnew.php,v 1.2 2009-03-02 23:09:05 root Exp $ -define('REV', '$Revision: 1.2 $'); +// $Id: capnew.php,v 1.3 2011-06-10 18:30:41 wytze Exp $ +define('REV', '$Revision: 1.3 $'); /* ** Created from old cap.php 2003, which used the now obsoleted ftpdf package @@ -387,7 +387,7 @@ function utf8_is_ascii_ctrl($str) { // extend TCPF with custom functions class CAPPDF extends TCPDF { - // do cap form version numbering automatically '$Revision: 1.2 $' + // do cap form version numbering automatically '$Revision: 1.3 $' /*public*/ function Version() { strtok(REV, ' '); return(strtok(' ')); |