Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
4ea672bf
Commit
4ea672bf
authored
Sep 07, 2006
by
Dries
Browse files
- Removing stray whitspaces.
parent
7c447cc8
Changes
3
Hide whitespace changes
Inline
Side-by-side
includes/common.inc
View file @
4ea672bf
...
...
@@ -1372,7 +1372,7 @@ function drupal_add_js($data = NULL, $type = 'module', $scope = 'header', $defer
/**
* Helper function for drupal_add_js().
*/
*/
function
_drupal_add_js
(
$data
,
$type
,
$scope
,
$defer
,
$cache
)
{
static
$javascript
=
array
();
...
...
includes/database.mysql.inc
View file @
4ea672bf
...
...
@@ -25,7 +25,7 @@ function db_status_report($phase) {
);
// Extract version number
list
(
$version
)
=
explode
(
'-'
,
$info
);
list
(
$version
)
=
explode
(
'-'
,
$info
);
if
(
version_compare
(
$version
,
DRUPAL_MINIMUM_MYSQL
)
<
0
)
{
$form
[
'mysql'
][
'severity'
]
=
REQUIREMENT_ERROR
;
$form
[
'mysql'
][
'description'
]
=
$t
(
'Your MySQL Server is too old. Drupal requires at least MySQL %version.'
,
array
(
'%version'
=>
DRUPAL_MINIMUM_MYSQL
));
...
...
misc/textarea.js
View file @
4ea672bf
...
...
@@ -3,7 +3,7 @@
Drupal
.
textareaAttach
=
function
()
{
$
(
'
textarea.resizable:not(.processed)
'
).
each
(
function
()
{
var
textarea
=
$
(
this
).
addClass
(
'
processed
'
),
staticOffset
=
null
;
$
(
this
).
wrap
(
'
<div class="resizable-textarea"></div>
'
)
.
parent
().
append
(
$
(
'
<div class="grippie"></div>
'
).
mousedown
(
startDrag
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment