Changeset 50042 in spip-zone
- Timestamp:
- Jul 28, 2011, 12:23:29 PM (8 years ago)
- Location:
- _plugins_/depublication
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/depublication/formulaires/depublication_articles.php
r49008 r50042 48 48 foreach ($_POST as $cle => $valeur) { 49 49 //echo "cle : ", $cle, ' ----> ' , $valeur[0],"<br>"; 50 if (preg_match( ('"^([0-9]*)_state$"',$cle,$regs)) {50 if (preg_match('"^([0-9]*)_state$"',$cle,$regs)) { 51 51 // on change l'etat de l'article 52 52 $statut = sql_getfetsel("statut","spip_articles","id_article=".$regs[1]); -
_plugins_/depublication/formulaires/depublication_auteurs.php
r49008 r50042 48 48 foreach ($_POST as $cle => $valeur) { 49 49 //echo "cle : ", $cle, ' ----> ' , $valeur[0],"<br>"; 50 if (preg_match( ('"^([0-9]*)_state$"',$cle,$regs)) {50 if (preg_match('"^([0-9]*)_state$"',$cle,$regs)) { 51 51 // on change l'etat de l'article 52 52 $statut = sql_getfetsel("statut","spip_auteurs","id_auteur=".$regs[1]); -
_plugins_/depublication/plugin.xml
r49008 r50042 11 11 <licence>(©) 2007-2010 [GNU/GPL v3->http://www.gnu.org/copyleft/gpl.html] <a href="http://www.gnu.org/copyleft/gpl.html"><img src="../plugins/depublication/images/gplv3-88x31.png"/></a></licence> 12 12 13 <version>1.0. 4</version>13 <version>1.0.5</version> 14 14 <version_base>0.8</version_base> 15 15
Note: See TracChangeset
for help on using the changeset viewer.