*** empty log message ***

This commit is contained in:
zarf 2001-05-07 01:01:03 +00:00
parent a75ac408ef
commit cae3392891

View File

@ -0,0 +1,21 @@
<?php
/**************************************************************************\
* phpGroupWare API - *
* ------------------------------------------------------------------------ *
* This library is part of the phpGroupWare API *
* http://www.phpgroupware.org/ *
* ------------------------------------------------------------------------ *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU Lesser General Public License as published *
* by the Free Software Foundation; either version 2.1 of the License, or *
* any later version. *
\**************************************************************************/
/* $Id$ */
class wap
{
function wap()
{
}
}