diff options
| -rw-r--r-- | src/ftask.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ftask.php b/src/ftask.php index 01a4772..643554e 100644 --- a/src/ftask.php +++ b/src/ftask.php @@ -15,7 +15,6 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. //////////////////////////////////////////////////////////////////////////////// -// Last modified 13/aug/2017 by cassio@ime.usp.br function DBDropTaskTable() { $c = DBConnect(); $r = DBExec($c, "drop table \"tasktable\"", "DBDropTaskTable(drop table)"); |