From 49a2853988b074d087e82c51aec4f9fc052a057d Mon Sep 17 00:00:00 2001 From: Didier Raboud Date: Thu, 25 Oct 2012 20:57:13 +0200 Subject: Imported Upstream version 1.5.0 --- scripting/php/phpcups.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'scripting/php/phpcups.c') diff --git a/scripting/php/phpcups.c b/scripting/php/phpcups.c index 24e55711..25a26501 100644 --- a/scripting/php/phpcups.c +++ b/scripting/php/phpcups.c @@ -1,9 +1,9 @@ /* - * "$Id: phpcups.c 7624 2008-06-09 15:55:04Z mike $" + * "$Id: phpcups.c 9771 2011-05-12 05:21:56Z mike $" * - * Printing utilities for the Common UNIX Printing System (CUPS). + * Printing utilities for CUPS. * - * Copyright 2007 by Apple Inc. + * Copyright 2007-2011 by Apple Inc. * Copyright 1997-2007 by Easy Software Products. * * These coded instructions, statements, and computer programs are the @@ -29,14 +29,14 @@ * Include necessary headers... */ -#include +#include #include "php.h" #include "php_ini.h" #include "ext/standard/info.h" #include "phpcups.h" -/* +/* * PHP function list... */ @@ -483,5 +483,5 @@ PHP_FUNCTION(cups_print_files) /* - * End of "$Id: phpcups.c 7624 2008-06-09 15:55:04Z mike $". + * End of "$Id: phpcups.c 9771 2011-05-12 05:21:56Z mike $". */ -- cgit v1.2.3