trim and remove slashes for the pointers
2007-03-05 Vincent Untz <vuntz@gnome.org> * foundation.gnome.org/membership/application.wml: trim and remove slashes for the pointers svn path=/trunk/; revision=397
This commit is contained in:
parent
c1415213e8
commit
a1cbe5c924
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-03-05 Vincent Untz <vuntz@gnome.org>
|
||||
|
||||
* foundation.gnome.org/membership/application.wml: trim and remove
|
||||
slashes for the pointers
|
||||
|
||||
2007-03-05 Vincent Untz <vuntz@gnome.org>
|
||||
|
||||
* foundation.gnome.org/membership/application.wml: updated a bit so
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
$summary = trim(stripslashes($summary));
|
||||
$details = trim(stripslashes($details));
|
||||
$contacts = trim(stripslashes($contacts));
|
||||
$pointers = trim(stripslashes($pointers));
|
||||
$comments = trim(stripslashes($comments));
|
||||
|
||||
if (!$name || $name == "") {
|
||||
|
|
Loading…
Reference in a new issue