diff --git a/COPYRIGHT b/COPYRIGHT index 14ae3c42a2d..bc9de2f9a95 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -37,6 +37,7 @@ Copyright Copyright (C) 2009 - Laurent Destailleur +- Regis Houssin - simnandez Copyright (C) 2008 diff --git a/dev/skeletons/build_class_from_table.php b/dev/skeletons/build_class_from_table.php index 95be3cfaf43..fe8e2e558be 100644 --- a/dev/skeletons/build_class_from_table.php +++ b/dev/skeletons/build_class_from_table.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2008-2009 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,15 +17,15 @@ */ /** - * \file dev/skeletons/build_class_from_table.php - * \ingroup core - * \brief Create a complete class file from a table in database - * \version $Id$ + * \file dev/skeletons/build_class_from_table.php + * \ingroup core + * \brief Create a complete class file from a table in database + * \version $Id$ */ // Test if batch mode $sapi_type = php_sapi_name(); -$script_file=__FILE__; +$script_file=__FILE__; if (eregi('([^\\\/]+)$',$script_file,$reg)) $script_file=$reg[1]; $path=eregi_replace($script_file,'',$_SERVER["PHP_SELF"]);