aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCassio de Campos <cassiopc@gmail.com>2017-10-30 20:23:06 +0000
committerCassio de Campos <cassiopc@gmail.com>2017-10-30 20:23:06 +0000
commit08249f9d691d84c01d9f72c5d7358a7fb9017a9a (patch)
treef577a24157749707cc96a62ba9f2469154cd2806
parent8c5560f779376adc17d99165fb923c46006c7fd1 (diff)
downloadboca-08249f9d691d84c01d9f72c5d7358a7fb9017a9a.tar.gz
boca-08249f9d691d84c01d9f72c5d7358a7fb9017a9a.zip
merge of devel
-rw-r--r--src/ftask.php1
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)");