diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-10-30 20:23:06 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-10-30 20:23:06 +0000 |
| commit | 08249f9d691d84c01d9f72c5d7358a7fb9017a9a (patch) | |
| tree | f577a24157749707cc96a62ba9f2469154cd2806 | |
| parent | 8c5560f779376adc17d99165fb923c46006c7fd1 (diff) | |
| download | boca-08249f9d691d84c01d9f72c5d7358a7fb9017a9a.tar.gz boca-08249f9d691d84c01d9f72c5d7358a7fb9017a9a.zip | |
merge of devel
| -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)"); |