Author: danydb
Date: 2013-09-23 21:51:26 +0200 (Mon, 23 Sep 2013)
New Revision: 5418

Added:
   phpcompta/trunk/include/ajax_tag_save.php
Log:
Save tag via javascript

Added: phpcompta/trunk/include/ajax_tag_save.php
===================================================================
--- phpcompta/trunk/include/ajax_tag_save.php                           (rev 0)
+++ phpcompta/trunk/include/ajax_tag_save.php   2013-09-23 19:51:26 UTC (rev 
5418)
@@ -0,0 +1,8 @@
+<?php
+if ( !defined ('ALLOWED') )  die('Appel direct ne sont pas permis');
+
+require_once 'class_tag.php';
+$tag=new Tag($cn);
+$tag->save($_GET);
+
+?>



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu

_______________________________________________
Phpcompta  est un logiciel libre de comptabilit&#233; en ligne 
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to