projects
/
spip_souscriptions.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a32213
)
Correction (mineure) de la déclaration de objectif_limiter
author
Olivier Tétard
<olivier.tetard@miskin.fr>
Fri, 4 Oct 2013 16:13:46 +0000
(18:13 +0200)
committer
Olivier Tétard
<olivier.tetard@miskin.fr>
Fri, 4 Oct 2013 16:13:46 +0000
(18:13 +0200)
base/souscription.php
patch
|
blob
|
history
diff --git
a/base/souscription.php
b/base/souscription.php
index
4429e19
..
b8ac65d
100644
(file)
--- a/
base/souscription.php
+++ b/
base/souscription.php
@@
-82,7
+82,7
@@
function souscription_declarer_tables_objets_sql($tables) {
"objectif" => "int(11) NOT NULL DEFAULT 0",
"objectif_initial" => "int(11) NOT NULL DEFAULT 0",
"type_objectif" => "varchar(255) NOT NULL DEFAULT 0",
- "objectif_limiter" => "varchar(3) NOT NULL DEFAULT
0
",
+ "objectif_limiter" => "varchar(3) NOT NULL DEFAULT
''
",
"titre" => "text NOT NULL DEFAULT ''",
"texte" => "longtext NOT NULL DEFAULT ''",
"statut" => "varchar(255) NOT NULL DEFAULT 0",