forked from Wavyzz/dolibarr
Work on 3.1 packaging
This commit is contained in:
@@ -14,14 +14,15 @@
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/**
|
||||
* \file dev/skeletons/skeleton_script.php
|
||||
* \ingroup mymodule othermodule1 othermodule2
|
||||
* \brief This file is an example for a command line script
|
||||
* \version $Id: skeleton_script.php,v 1.28 2011/07/31 22:21:58 eldy Exp $
|
||||
* \version $Id: skeleton_script.php,v 1.27 2011/07/09 14:11:41 eldy Exp $
|
||||
* \author Put author name here
|
||||
* \remarks Put here some comments
|
||||
*/
|
||||
@@ -37,7 +38,7 @@ if (substr($sapi_type, 0, 3) == 'cgi') {
|
||||
}
|
||||
|
||||
// Global variables
|
||||
$version='$Revision: 1.28 $';
|
||||
$version='$Revision: 1.27 $';
|
||||
$error=0;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user